Html Css Color HEX #653F1D Dark Brown

📋 copy color: '#653F1D'

red 101 ◦ green 63 ◦ blue 29

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

Shades of Dark Brown #653F1D

Tints of Dark Brown #653F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

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

R = 52.33%
G = 32.64%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#653F1D (or 0x653F1D) is known color: Dark Brown. HEX triplet: 65, 3F and 1D. RGB value is (101,63,29). Sum of RGB (Red+Green+Blue) = 101+63+29=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #653F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F1D is #9AC0E2. Grayscale: #464646. Windows color (decimal): -10141923 or 1916773. OLE color: 1916773.

HSL color Cylindrical-coordinate representation of color #653F1D: hue angle of 28.33º 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 #653F1D is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 63 29 -
CMYK 0 0.38 0.71 0.60
HSL 28.33º 0.55% 0.25% -
HSV(B) 28.33º 0.71% 0.4% -
XYZ 7.37 6.41 2.01 -
YUV 70.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 101 63 29 0 0.38 0.71 0.60 28.33 0.55 0.25
Hex 65 3F 1D 0 26 47 3C 1C 37 19
Octal 145 77 35 0 46 107 74 34 67 31
Binary 1100101 111111 11101 0 100110 1000111 111100 11100 110111 11001

Color Harmonies of #653F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653F1D

Black with #653F1D

Text Example


Text Example

White with #653F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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