#653A0E

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

Shades of Baker's Chocolate #653A0E

Tints of Baker's Chocolate #653A0E

Color information

#653A0E (or 0x653A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 3A and 0E. RGB value is (101,58,14). Sum of RGB (Red+Green+Blue) = 101+58+14=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #653A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653A0E is #9AC5F1. Grayscale: #424242. Windows color (decimal): -10143218 or 932453. OLE color: 932453.

HSL color Cylindrical-coordinate representation of color #653A0E: hue angle of 30.34º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #653A0E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB1015814-
CMYK00.430.860.60
HSL30.34º75.65%22.55%-
HSV(B)30.34º86.14%39.61%-
XYZ6.965.821.17-
YUV65.8498.75153.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=58.38%
G=33.53%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101581400.430.860.6030.3475.6522.55
Hex653AE02B563C1e4c17
Octal1457216053126743611427
Binary110010111101011100101011101011011110011110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,58,14); }

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

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

 a { background-color: rgb(101,58,14); }

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

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

 span { border-color: rgb(101,58,14); }

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