Html Css Color HEX #653C1D Dark Brown

📋 copy color: '#653C1D'

red 101 ◦ green 60 ◦ blue 29

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

Shades of Dark Brown #653C1D

Tints of Dark Brown #653C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 53.16%
G = 31.58%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#653C1D (or 0x653C1D) is known color: Dark Brown. HEX triplet: 65, 3C and 1D. RGB value is (101,60,29). Sum of RGB (Red+Green+Blue) = 101+60+29=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C1D is #9AC3E2. Grayscale: #444444. Windows color (decimal): -10142691 or 1916005. OLE color: 1916005.

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

Color convert

RGB 101 60 29 -
CMYK 0 0.41 0.71 0.60
HSL 25.83º 0.55% 0.25% -
HSV(B) 25.83º 0.71% 0.4% -
XYZ 7.2 6.09 1.96 -
YUV 68.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 101 60 29 0 0.41 0.71 0.60 25.83 0.55 0.25
Hex 65 3C 1D 0 29 47 3C 1A 37 19
Octal 145 74 35 0 51 107 74 32 67 31
Binary 1100101 111100 11101 0 101001 1000111 111100 11010 110111 11001

Color Harmonies of #653C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653C1D

Black with #653C1D

Text Example


Text Example

White with #653C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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