#652000

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

Shades of Baker's Chocolate #652000

Tints of Baker's Chocolate #652000

Color information

#652000 (or 0x652000) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 20 and 00. RGB value is (101,32,0). Sum of RGB (Red+Green+Blue) = 101+32+0=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #652000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652000 is #9ADFFF. Grayscale: #313131. Windows color (decimal): -10149888 or 8293. OLE color: 8293.

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

Color convert

RGB101320-
CMYK00.6810.60
HSL19.01º100%19.8%-
HSV(B)19.01º100%39.61%-
XYZ5.883.80.42-
YUV48.98100.36165.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.94%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.94%
G=24.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10132000.6810.6019.0110019.8
Hex65200044643C136414
Octal1454000104144742314424
Binary1100101100000001000100110010011110010011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652000; }

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

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

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

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

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

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

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

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