#613A1C

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

Shades of Baker's Chocolate #613A1C

Tints of Baker's Chocolate #613A1C

Color information

#613A1C (or 0x613A1C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3A and 1C. RGB value is (97,58,28). Sum of RGB (Red+Green+Blue) = 97+58+28=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #613A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A1C is #9EC5E3. Grayscale: #424242. Windows color (decimal): -10405348 or 1849953. OLE color: 1849953.

HSL color Cylindrical-coordinate representation of color #613A1C: hue angle of 26.09º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613A1C is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB975828-
CMYK00.400.710.62
HSL26.09º55.2%24.51%-
HSV(B)26.09º71.13%38.04%-
XYZ6.655.651.84-
YUV66.24106.42149.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=53.01%
G=31.69%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97582800.400.710.6226.0955.224.51
Hex613A1C028473E1a3719
Octal141723405010776326731
Binary110000111101011100010100010001111111101101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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