#652709

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

Shades of Baker's Chocolate #652709

Tints of Baker's Chocolate #652709

Color information

#652709 (or 0x652709) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 27 and 09. RGB value is (101,39,9). Sum of RGB (Red+Green+Blue) = 101+39+9=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #652709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652709 is #9AD8F6. Grayscale: #363636. Windows color (decimal): -10148087 or 599909. OLE color: 599909.

HSL color Cylindrical-coordinate representation of color #652709: hue angle of 19.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #652709 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB101399-
CMYK00.610.910.60
HSL19.57º83.64%21.57%-
HSV(B)19.57º91.09%39.61%-
XYZ6.144.240.75-
YUV54.12102.54161.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.79%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=67.79%
G=26.17%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10139900.610.910.6019.5783.6421.57
Hex6527903D5B3C145416
Octal1454711075133742412426
Binary110010110011110010111101101101111110010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652709; }

 p { color: rgb(101,39,9); }

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

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

 a { background-color: rgb(101,39,9); }

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

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

 span { border-color: rgb(101,39,9); }

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