#652002

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

Shades of Baker's Chocolate #652002

Tints of Baker's Chocolate #652002

Color information

#652002 (or 0x652002) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 20 and 02. RGB value is (101,32,2). Sum of RGB (Red+Green+Blue) = 101+32+2=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #652002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652002 is #9ADFFD. Grayscale: #313131. Windows color (decimal): -10149886 or 139365. OLE color: 139365.

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

Color convert

RGB101322-
CMYK00.680.980.60
HSL18.18º96.12%20.2%-
HSV(B)18.18º98.02%39.61%-
XYZ5.893.80.48-
YUV49.21101.36164.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.81%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=74.81%
G=23.70%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10132200.680.980.6018.1896.1220.2
Hex65202044623C126014
Octal1454020104142742214024
Binary11001011000001001000100110001011110010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652002; }

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

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

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

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

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

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

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

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