#613206

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

Shades of Baker's Chocolate #613206

Tints of Baker's Chocolate #613206

Color information

#613206 (or 0x613206) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 32 and 06. RGB value is (97,50,6). Sum of RGB (Red+Green+Blue) = 97+50+6=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #613206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613206 is #9ECDF9. Grayscale: #3B3B3B. Windows color (decimal): -10407418 or 406113. OLE color: 406113.

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

Color convert

RGB97506-
CMYK00.480.940.62
HSL29.01º88.35%20.2%-
HSV(B)29.01º93.81%38.04%-
XYZ6.14.840.78-
YUV59.0498.07155.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=63.40%
G=32.68%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9750600.480.940.6229.0188.3520.2
Hex613260305E3E1d5814
Octal141626060136763513024
Binary11000011100101100110000101111011111011101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613206; }

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

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

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

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

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

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

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

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