Html Css Color HEX #653D1B Dark Brown

📋 copy color: '#653D1B'

red 101 ◦ green 61 ◦ blue 27

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

Shades of Dark Brown #653D1B

Tints of Dark Brown #653D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.28%

 BLUE value IS 27 (10.94% from 255) = 14.29%

R = 53.44%
G = 32.28%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#653D1B (or 0x653D1B) is known color: Dark Brown. HEX triplet: 65, 3D and 1B. RGB value is (101,61,27). Sum of RGB (Red+Green+Blue) = 101+61+27=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #653D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D1B is #9AC2E4. Grayscale: #454545. Windows color (decimal): -10142437 or 1785189. OLE color: 1785189.

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

Color convert

RGB 101 61 27 -
CMYK 0 0.40 0.73 0.60
HSL 27.57º 0.58% 0.25% -
HSV(B) 27.57º 0.73% 0.4% -
XYZ 7.23 6.18 1.85 -
YUV 69.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 101 61 27 0 0.40 0.73 0.60 27.57 0.58 0.25
Hex 65 3D 1B 0 28 49 3C 1C 3A 19
Octal 145 75 33 0 50 111 74 34 72 31
Binary 1100101 111101 11011 0 101000 1001001 111100 11100 111010 11001

Color Harmonies of #653D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D1B

Black with #653D1B

Text Example


Text Example

White with #653D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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