#613002

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

Shades of Baker's Chocolate #613002

Tints of Baker's Chocolate #613002

Color information

#613002 (or 0x613002) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 02. RGB value is (97,48,2). Sum of RGB (Red+Green+Blue) = 97+48+2=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #613002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613002 is #9ECFFD. Grayscale: #393939. Windows color (decimal): -10407934 or 143457. OLE color: 143457.

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

Color convert

RGB97482-
CMYK00.510.980.62
HSL29.05º95.96%19.41%-
HSV(B)29.05º97.94%38.04%-
XYZ64.660.64-
YUV57.4196.73156.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=65.99%
G=32.65%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9748200.510.980.6229.0595.9619.41
Hex61302033623E1d6013
Octal141602063142763514023
Binary1100001110000100110011110001011111011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613002; }

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

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

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

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

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

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

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

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