#653D25

Color #653D25 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #653D25

Tints of Semi-Sweet Chocolate #653D25

Color information

#653D25 (or 0x653D25) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 65, 3D and 25. RGB value is (101,61,37). Sum of RGB (Red+Green+Blue) = 101+61+37=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #653D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D25 is #9AC2DA. Grayscale: #464646. Windows color (decimal): -10142427 or 2440549. OLE color: 2440549.

HSL color Cylindrical-coordinate representation of color #653D25: hue angle of 22.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653D25 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1016137-
CMYK00.400.630.60
HSL22.5º46.38%27.06%-
HSV(B)22.5º63.37%39.61%-
XYZ7.376.242.57-
YUV70.22109.25149.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=50.75%
G=30.65%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101613700.400.630.6022.546.3827.06
Hex653D250283F3C162e1b
Octal14575450507774265633
Binary110010111110110010101010001111111111001011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,61,37); }

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

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

 a { background-color: rgb(101,61,37); }

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

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

 span { border-color: rgb(101,61,37); }

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