#652900

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

Shades of Baker's Chocolate #652900

Tints of Baker's Chocolate #652900

Color information

#652900 (or 0x652900) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 29 and 00. RGB value is (101,41,0). Sum of RGB (Red+Green+Blue) = 101+41+0=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #652900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652900 is #9AD6FF. Grayscale: #363636. Windows color (decimal): -10147584 or 10597. OLE color: 10597.

HSL color Cylindrical-coordinate representation of color #652900: hue angle of 24.36º 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 #652900 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101410-
CMYK00.5910.60
HSL24.36º100%19.8%-
HSV(B)24.36º100%39.61%-
XYZ6.164.350.52-
YUV54.2797.38161.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 71.13%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.13%
G=28.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10141000.5910.6024.3610019.8
Hex6529003B643C186414
Octal145510073144743014424
Binary110010110100100111011110010011110011000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652900; }

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

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

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

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

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

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

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

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