#652508

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

Shades of Baker's Chocolate #652508

Tints of Baker's Chocolate #652508

Color information

#652508 (or 0x652508) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 25 and 08. RGB value is (101,37,8). Sum of RGB (Red+Green+Blue) = 101+37+8=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #652508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652508 is #9ADAF7. Grayscale: #353535. Windows color (decimal): -10148600 or 533861. OLE color: 533861.

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

Color convert

RGB101378-
CMYK00.630.920.60
HSL18.71º85.32%21.37%-
HSV(B)18.71º92.08%39.61%-
XYZ6.074.110.7-
YUV52.83102.7162.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.18%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=69.18%
G=25.34%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10137800.630.920.6018.7185.3221.37
Hex6525803F5C3C135515
Octal1454510077134742312525
Binary110010110010110000111111101110011110010011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652508; }

 p { color: rgb(101,37,8); }

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

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

 a { background-color: rgb(101,37,8); }

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

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

 span { border-color: rgb(101,37,8); }

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