#613B10

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

Shades of Baker's Chocolate #613B10

Tints of Baker's Chocolate #613B10

Color information

#613B10 (or 0x613B10) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3B and 10. RGB value is (97,59,16). Sum of RGB (Red+Green+Blue) = 97+59+16=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #613B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B10 is #9EC4EF. Grayscale: #414141. Windows color (decimal): -10405104 or 1063777. OLE color: 1063777.

HSL color Cylindrical-coordinate representation of color #613B10: hue angle of 31.85º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #613B10 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB975916-
CMYK00.390.840.62
HSL31.85º71.68%22.16%-
HSV(B)31.85º83.51%38.04%-
XYZ6.595.711.24-
YUV65.46100.09150.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=56.40%
G=34.30%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97591600.390.840.6231.8571.6822.16
Hex613B10027543E204816
Octal1417320047124764011026
Binary11000011110111000001001111010100111110100000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613B10; }

 p { color: rgb(97,59,16); }

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

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

 a { background-color: rgb(97,59,16); }

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

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

 span { border-color: rgb(97,59,16); }

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