#613818

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

Shades of Baker's Chocolate #613818

Tints of Baker's Chocolate #613818

Color information

#613818 (or 0x613818) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 38 and 18. RGB value is (97,56,24). Sum of RGB (Red+Green+Blue) = 97+56+24=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #613818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613818 is #9EC7E7. Grayscale: #404040. Windows color (decimal): -10405864 or 1587297. OLE color: 1587297.

HSL color Cylindrical-coordinate representation of color #613818: hue angle of 26.3º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613818 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB975624-
CMYK00.420.750.62
HSL26.3º60.33%23.73%-
HSV(B)26.3º75.26%38.04%-
XYZ6.515.441.57-
YUV64.61105.08151.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=54.80%
G=31.64%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97562400.420.750.6226.360.3323.73
Hex61381802A4B3E1a3c18
Octal141703005211376327430
Binary110000111100011000010101010010111111101101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613818; }

 p { color: rgb(97,56,24); }

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

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

 a { background-color: rgb(97,56,24); }

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

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

 span { border-color: rgb(97,56,24); }

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