#653B0A

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

Shades of Baker's Chocolate #653B0A

Tints of Baker's Chocolate #653B0A

Color information

#653B0A (or 0x653B0A) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 3B and 0A. RGB value is (101,59,10). Sum of RGB (Red+Green+Blue) = 101+59+10=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #653B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653B0A is #9AC4F5. Grayscale: #424242. Windows color (decimal): -10142966 or 670565. OLE color: 670565.

HSL color Cylindrical-coordinate representation of color #653B0A: hue angle of 32.31º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #653B0A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1015910-
CMYK00.420.900.60
HSL32.31º81.98%21.76%-
HSV(B)32.31º90.1%39.61%-
XYZ6.995.921.06-
YUV65.9796.41152.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.41%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=59.41%
G=34.71%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101591000.420.900.6032.3181.9821.76
Hex653BA02A5A3C205216
Octal1457312052132744012226
Binary1100101111011101001010101011010111100100000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653B0A; }

 p { color: rgb(101,59,10); }

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

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

 a { background-color: rgb(101,59,10); }

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

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

 span { border-color: rgb(101,59,10); }

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