#613406

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

Shades of Baker's Chocolate #613406

Tints of Baker's Chocolate #613406

Color information

#613406 (or 0x613406) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 34 and 06. RGB value is (97,52,6). Sum of RGB (Red+Green+Blue) = 97+52+6=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #613406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613406 is #9ECBF9. Grayscale: #3C3C3C. Windows color (decimal): -10406906 or 406625. OLE color: 406625.

HSL color Cylindrical-coordinate representation of color #613406: hue angle of 30.33º 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 #613406 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97526-
CMYK00.460.940.62
HSL30.33º88.35%20.2%-
HSV(B)30.33º93.81%38.04%-
XYZ6.195.010.81-
YUV60.2197.41154.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=62.58%
G=33.55%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9752600.460.940.6230.3388.3520.2
Hex6134602E5E3E1e5814
Octal141646056136763613024
Binary11000011101001100101110101111011111011110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613406; }

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

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

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

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

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

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

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

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