#613005

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

Shades of Baker's Chocolate #613005

Tints of Baker's Chocolate #613005

Color information

#613005 (or 0x613005) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 05. RGB value is (97,48,5). Sum of RGB (Red+Green+Blue) = 97+48+5=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #613005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613005 is #9ECFFA. Grayscale: #393939. Windows color (decimal): -10407931 or 340065. OLE color: 340065.

HSL color Cylindrical-coordinate representation of color #613005: hue angle of 28.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #613005 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97485-
CMYK00.510.950.62
HSL28.04º90.2%20%-
HSV(B)28.04º94.85%38.04%-
XYZ6.014.670.73-
YUV57.7598.23156-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=64.67%
G=32%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9748500.510.950.6228.0490.220
Hex613050335F3E1c5a14
Octal141605063137763413224
Binary11000011100001010110011101111111111011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613005; }

 p { color: rgb(97,48,5); }

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

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

 a { background-color: rgb(97,48,5); }

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

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

 span { border-color: rgb(97,48,5); }

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