#652200

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

Shades of Baker's Chocolate #652200

Tints of Baker's Chocolate #652200

Color information

#652200 (or 0x652200) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 22 and 00. RGB value is (101,34,0). Sum of RGB (Red+Green+Blue) = 101+34+0=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #652200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652200 is #9ADDFF. Grayscale: #323232. Windows color (decimal): -10149376 or 8805. OLE color: 8805.

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

Color convert

RGB101340-
CMYK00.6610.60
HSL20.2º100%19.8%-
HSV(B)20.2º100%39.61%-
XYZ5.943.910.44-
YUV50.1699.7164.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.81%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.81%
G=25.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10134000.6610.6020.210019.8
Hex65220042643C146414
Octal1454200102144742414424
Binary1100101100010001000010110010011110010100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652200; }

 p { color: rgb(101,34,0); }

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

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

 a { background-color: rgb(101,34,0); }

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

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

 span { border-color: rgb(101,34,0); }

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