#613007

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

Shades of Baker's Chocolate #613007

Tints of Baker's Chocolate #613007

Color information

#613007 (or 0x613007) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 07. RGB value is (97,48,7). Sum of RGB (Red+Green+Blue) = 97+48+7=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #613007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613007 is #9ECFF8. Grayscale: #3A3A3A. Windows color (decimal): -10407929 or 471137. OLE color: 471137.

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

Color convert

RGB97487-
CMYK00.510.930.62
HSL27.33º86.54%20.39%-
HSV(B)27.33º92.78%38.04%-
XYZ6.034.670.78-
YUV57.9899.23155.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 7 (3.12% from 255) = 4.61%
R=63.82%
G=31.58%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9748700.510.930.6227.3386.5420.39
Hex613070335D3E1b5714
Octal141607063135763312724
Binary11000011100001110110011101110111111011011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613007; }

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

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

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

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

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

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

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

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