Html Css Color HEX #653C16 Dark Brown

📋 copy color: '#653C16'

red 101 ◦ green 60 ◦ blue 22

#653C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #653C16

Tints of Dark Brown #653C16

RGB

 RED value IS 101 (39.84% from 255) = 55.19%

 GREEN value IS 60 (23.83% from 255) = 32.79%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 55.19%
G = 32.79%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#653C16 (or 0x653C16) is known color: Dark Brown. HEX triplet: 65, 3C and 16. RGB value is (101,60,22). Sum of RGB (Red+Green+Blue) = 101+60+22=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #653C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C16 is #9AC3E9. Grayscale: #444444. Windows color (decimal): -10142698 or 1457253. OLE color: 1457253.

HSL color Cylindrical-coordinate representation of color #653C16: hue angle of 28.86º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #653C16 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 60 22 -
CMYK 0 0.41 0.78 0.60
HSL 28.86º 0.64% 0.24% -
HSV(B) 28.86º 0.78% 0.4% -
XYZ 7.13 6.06 1.55 -
YUV 67.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 101 60 22 0 0.41 0.78 0.60 28.86 0.64 0.24
Hex 65 3C 16 0 29 4E 3C 1D 40 18
Octal 145 74 26 0 51 116 74 35 100 30
Binary 1100101 111100 10110 0 101001 1001110 111100 11101 1000000 11000

Color Harmonies of #653C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653C16

Black with #653C16

Text Example


Text Example

White with #653C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,60,22); }

 H1.HeaderClassName
 {
   color: #653C16;
 }
 .AnyTagClassName
 {
   color: #653C16;
 }
</style>

background-color css

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

 a { background-color: rgb(101,60,22); }

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

border-color css

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

 span { border-color: rgb(101,60,22); }

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