Html Css Color HEX #653E1C Dark Brown

📋 copy color: '#653E1C'

red 101 ◦ green 62 ◦ blue 28

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

Shades of Dark Brown #653E1C

Tints of Dark Brown #653E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.46%

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 52.88%
G = 32.46%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#653E1C (or 0x653E1C) is known color: Dark Brown. HEX triplet: 65, 3E and 1C. RGB value is (101,62,28). Sum of RGB (Red+Green+Blue) = 101+62+28=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #653E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E1C is #9AC1E3. Grayscale: #454545. Windows color (decimal): -10142180 or 1850981. OLE color: 1850981.

HSL color Cylindrical-coordinate representation of color #653E1C: hue angle of 27.95º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653E1C is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 62 28 -
CMYK 0 0.39 0.72 0.60
HSL 27.95º 0.57% 0.25% -
HSV(B) 27.95º 0.72% 0.4% -
XYZ 7.3 6.3 1.93 -
YUV 69.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 101 62 28 0 0.39 0.72 0.60 27.95 0.57 0.25
Hex 65 3E 1C 0 27 48 3C 1C 39 19
Octal 145 76 34 0 47 110 74 34 71 31
Binary 1100101 111110 11100 0 100111 1001000 111100 11100 111001 11001

Color Harmonies of #653E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653E1C

Black with #653E1C

Text Example


Text Example

White with #653E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,62,28); }

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

background-color css

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

 a { background-color: rgb(101,62,28); }

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

border-color css

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

 span { border-color: rgb(101,62,28); }

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