#613B19

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

Shades of Baker's Chocolate #613B19

Tints of Baker's Chocolate #613B19

Color information

#613B19 (or 0x613B19) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3B and 19. RGB value is (97,59,25). Sum of RGB (Red+Green+Blue) = 97+59+25=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B19 is #9EC4E6. Grayscale: #424242. Windows color (decimal): -10405095 or 1653601. OLE color: 1653601.

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

Color convert

RGB975925-
CMYK00.390.740.62
HSL28.33º59.02%23.92%-
HSV(B)28.33º74.23%38.04%-
XYZ6.675.741.68-
YUV66.49104.59149.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=53.59%
G=32.60%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97592500.390.740.6228.3359.0223.92
Hex613B190274A3E1c3b18
Octal141733104711276347330
Binary110000111101111001010011110010101111101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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