#613300

Color #613300 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #613300

Tints of Baker's Chocolate #613300

Color information

#613300 (or 0x613300) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 33 and 00. RGB value is (97,51,0). Sum of RGB (Red+Green+Blue) = 97+51+0=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #613300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613300 is #9ECCFF. Grayscale: #3B3B3B. Windows color (decimal): -10407168 or 13153. OLE color: 13153.

HSL color Cylindrical-coordinate representation of color #613300: hue angle of 31.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #613300 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97510-
CMYK00.4710.62
HSL31.55º100%19.02%-
HSV(B)31.55º100%38.04%-
XYZ6.114.910.63-
YUV58.9494.74155.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.54%
G=34.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9751000.4710.6231.5510019.02
Hex6133002F643E206413
Octal141630057144764014423
Binary1100001110011001011111100100111110100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613300; }

 p { color: rgb(97,51,0); }

 H1.HeaderClassName
 {
   color: #613300;
 }
 .AnyTagClassName
 {
   color: #613300;
 }
</style>
background-color css

<style>
 a { background-color: #613300; }

 a { background-color: rgb(97,51,0); }

 div.DivClassName
 {
   background-color: #613300;
 }
 .BgClassName
 {
   background-color: #613300;
 }
</style>
border-color css

<style>
 span { border-color: #613300; }

 span { border-color: rgb(97,51,0); }

 td.TdClassName
 {
   border-color: #613300;
 }
 .TagClassName
 {
   border-color: #613300;
 }
</style>