#653A0D

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

Shades of Baker's Chocolate #653A0D

Tints of Baker's Chocolate #653A0D

Color information

#653A0D (or 0x653A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 3A and 0D. RGB value is (101,58,13). Sum of RGB (Red+Green+Blue) = 101+58+13=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #653A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653A0D is #9AC5F2. Grayscale: #414141. Windows color (decimal): -10143219 or 866917. OLE color: 866917.

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

Color convert

RGB1015813-
CMYK00.430.870.60
HSL30.68º77.19%22.35%-
HSV(B)30.68º87.13%39.61%-
XYZ6.955.821.14-
YUV65.7398.25153.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.72%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 13 (5.47% from 255) = 7.56%
R=58.72%
G=33.72%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101581300.430.870.6030.6877.1922.35
Hex653AD02B573C1f4d16
Octal1457215053127743711526
Binary110010111101011010101011101011111110011111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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