#652007

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

Shades of Baker's Chocolate #652007

Tints of Baker's Chocolate #652007

Color information

#652007 (or 0x652007) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 20 and 07. RGB value is (101,32,7). Sum of RGB (Red+Green+Blue) = 101+32+7=140 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.14% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 101 - color contains mainly: red. Hex color #652007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652007 is #9ADFF8. Grayscale: #313131. Windows color (decimal): -10149881 or 467045. OLE color: 467045.

HSL color Cylindrical-coordinate representation of color #652007: hue angle of 15.96º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #652007 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB101327-
CMYK00.680.930.60
HSL15.96º87.04%21.18%-
HSV(B)15.96º93.07%39.61%-
XYZ5.923.820.63-
YUV49.78103.86164.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 72.14%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 7 (3.12% from 255) = 5%
R=72.14%
G=22.86%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10132700.680.930.6015.9687.0421.18
Hex652070445D3C105715
Octal1454070104135742012725
Binary110010110000011101000100101110111110010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652007; }

 p { color: rgb(101,32,7); }

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

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

 a { background-color: rgb(101,32,7); }

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

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

 span { border-color: rgb(101,32,7); }

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