#613208

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

Shades of Baker's Chocolate #613208

Tints of Baker's Chocolate #613208

Color information

#613208 (or 0x613208) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 32 and 08. RGB value is (97,50,8). Sum of RGB (Red+Green+Blue) = 97+50+8=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #613208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613208 is #9ECDF7. Grayscale: #3B3B3B. Windows color (decimal): -10407416 or 537185. OLE color: 537185.

HSL color Cylindrical-coordinate representation of color #613208: hue angle of 28.31º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #613208 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97508-
CMYK00.480.920.62
HSL28.31º84.76%20.59%-
HSV(B)28.31º91.75%38.04%-
XYZ6.114.840.84-
YUV59.2699.07154.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=62.58%
G=32.26%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9750800.480.920.6228.3184.7620.59
Hex613280305C3E1c5515
Octal1416210060134763412525
Binary110000111001010000110000101110011111011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613208; }

 p { color: rgb(97,50,8); }

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

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

 a { background-color: rgb(97,50,8); }

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

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

 span { border-color: rgb(97,50,8); }

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