#653400

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

Shades of Baker's Chocolate #653400

Tints of Baker's Chocolate #653400

Color information

#653400 (or 0x653400) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 34 and 00. RGB value is (101,52,0). Sum of RGB (Red+Green+Blue) = 101+52+0=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #653400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653400 is #9ACBFF. Grayscale: #3C3C3C. Windows color (decimal): -10144768 or 13413. OLE color: 13413.

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

Color convert

RGB101520-
CMYK00.4910.60
HSL30.89º100%19.8%-
HSV(B)30.89º100%39.61%-
XYZ6.595.220.66-
YUV60.7293.73156.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.01%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.01%
G=33.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10152000.4910.6030.8910019.8
Hex65340031643C1f6414
Octal145640061144743714424
Binary110010111010000110001110010011110011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653400; }

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

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

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

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

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

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

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

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