#613A1B

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

Shades of Baker's Chocolate #613A1B

Tints of Baker's Chocolate #613A1B

Color information

#613A1B (or 0x613A1B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3A and 1B. RGB value is (97,58,27). Sum of RGB (Red+Green+Blue) = 97+58+27=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #613A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A1B is #9EC5E4. Grayscale: #424242. Windows color (decimal): -10405349 or 1784417. OLE color: 1784417.

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

Color convert

RGB975827-
CMYK00.400.720.62
HSL26.57º56.45%24.31%-
HSV(B)26.57º72.16%38.04%-
XYZ6.645.651.78-
YUV66.13105.92150.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=53.30%
G=31.87%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97582700.400.720.6226.5756.4524.31
Hex613A1B028483E1b3818
Octal141723305011076337030
Binary110000111101011011010100010010001111101101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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