#613C0A

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

Shades of Baker's Chocolate #613C0A

Tints of Baker's Chocolate #613C0A

Color information

#613C0A (or 0x613C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3C and 0A. RGB value is (97,60,10). Sum of RGB (Red+Green+Blue) = 97+60+10=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C0A is #9EC3F5. Grayscale: #414141. Windows color (decimal): -10404854 or 670817. OLE color: 670817.

HSL color Cylindrical-coordinate representation of color #613C0A: hue angle of 34.48º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #613C0A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB976010-
CMYK00.380.900.62
HSL34.48º81.31%20.98%-
HSV(B)34.48º89.69%38.04%-
XYZ6.65.81.06-
YUV65.3696.76150.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 60 (23.83% from 255) = 35.93%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=58.08%
G=35.93%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97601000.380.900.6234.4881.3120.98
Hex613CA0265A3E225115
Octal1417412046132764212125
Binary1100001111100101001001101011010111110100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,10); }

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

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

 a { background-color: rgb(97,60,10); }

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

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

 span { border-color: rgb(97,60,10); }

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