Html Css Color HEX #653F13 Dark Brown

📋 copy color: '#653F13'

red 101 ◦ green 63 ◦ blue 19

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

Shades of Dark Brown #653F13

Tints of Dark Brown #653F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 55.19%
G = 34.43%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#653F13 (or 0x653F13) is known color: Dark Brown. HEX triplet: 65, 3F and 13. RGB value is (101,63,19). Sum of RGB (Red+Green+Blue) = 101+63+19=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #653F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653F13 is #9AC0EC. Grayscale: #454545. Windows color (decimal): -10141933 or 1261413. OLE color: 1261413.

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

Color convert

RGB 101 63 19 -
CMYK 0 0.38 0.81 0.60
HSL 32.2º 0.68% 0.24% -
HSV(B) 32.2º 0.81% 0.4% -
XYZ 7.26 6.37 1.46 -
YUV 69.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 101 63 19 0 0.38 0.81 0.60 32.2 0.68 0.24
Hex 65 3F 13 0 26 51 3C 20 44 18
Octal 145 77 23 0 46 121 74 40 104 30
Binary 1100101 111111 10011 0 100110 1010001 111100 100000 1000100 11000

Color Harmonies of #653F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653F13

Black with #653F13

Text Example


Text Example

White with #653F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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