#652510

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

Shades of Baker's Chocolate #652510

Tints of Baker's Chocolate #652510

Color information

#652510 (or 0x652510) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 25 and 10. RGB value is (101,37,16). Sum of RGB (Red+Green+Blue) = 101+37+16=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #652510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652510 is #9ADAEF. Grayscale: #353535. Windows color (decimal): -10148592 or 1058149. OLE color: 1058149.

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

Color convert

RGB1013716-
CMYK00.630.840.60
HSL14.82º72.65%22.94%-
HSV(B)14.82º84.16%39.61%-
XYZ6.124.130.96-
YUV53.74106.7161.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.58%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=65.58%
G=24.03%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101371600.630.840.6014.8272.6522.94
Hex65251003F543Cf4917
Octal1454520077124741711127
Binary110010110010110000011111110101001111001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652510; }

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

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

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

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

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

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

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

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