#613919

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

Shades of Baker's Chocolate #613919

Tints of Baker's Chocolate #613919

Color information

#613919 (or 0x613919) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 19. RGB value is (97,57,25). Sum of RGB (Red+Green+Blue) = 97+57+25=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #613919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613919 is #9EC6E6. Grayscale: #414141. Windows color (decimal): -10405607 or 1653089. OLE color: 1653089.

HSL color Cylindrical-coordinate representation of color #613919: hue angle of 26.67º 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 #613919 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB975725-
CMYK00.410.740.62
HSL26.67º59.02%23.92%-
HSV(B)26.67º74.23%38.04%-
XYZ6.575.541.64-
YUV65.31105.25150.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 25 (10.16% from 255) = 13.97%
R=54.19%
G=31.84%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97572500.410.740.6226.6759.0223.92
Hex6139190294A3E1b3b18
Octal141713105111276337330
Binary110000111100111001010100110010101111101101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613919; }

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

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

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

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

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

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

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

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