#613A0A

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

Shades of Baker's Chocolate #613A0A

Tints of Baker's Chocolate #613A0A

Color information

#613A0A (or 0x613A0A) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3A and 0A. RGB value is (97,58,10). Sum of RGB (Red+Green+Blue) = 97+58+10=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #613A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A0A is #9EC5F5. Grayscale: #404040. Windows color (decimal): -10405366 or 670305. OLE color: 670305.

HSL color Cylindrical-coordinate representation of color #613A0A: hue angle of 33.1º 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 #613A0A is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB975810-
CMYK00.400.900.62
HSL33.1º81.31%20.98%-
HSV(B)33.1º89.69%38.04%-
XYZ6.55.591.02-
YUV64.1997.42151.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=58.79%
G=35.15%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97581000.400.900.6233.181.3120.98
Hex613AA0285A3E215115
Octal1417212050132764112125
Binary1100001111010101001010001011010111110100001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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