#653500

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

Shades of Baker's Chocolate #653500

Tints of Baker's Chocolate #653500

Color information

#653500 (or 0x653500) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 35 and 00. RGB value is (101,53,0). Sum of RGB (Red+Green+Blue) = 101+53+0=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #653500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653500 is #9ACAFF. Grayscale: #3D3D3D. Windows color (decimal): -10144512 or 13669. OLE color: 13669.

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

Color convert

RGB101530-
CMYK00.4810.60
HSL31.49º100%19.8%-
HSV(B)31.49º100%39.61%-
XYZ6.645.310.68-
YUV61.3193.4156.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.58%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.58%
G=34.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10153000.4810.6031.4910019.8
Hex65350030643C1f6414
Octal145650060144743714424
Binary110010111010100110000110010011110011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653500; }

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

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

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

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

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

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

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

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