Html Css Color HEX #653D13 Dark Brown

📋 copy color: '#653D13'

red 101 ◦ green 61 ◦ blue 19

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

Shades of Dark Brown #653D13

Tints of Dark Brown #653D13

RGB

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

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

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

R = 55.8%
G = 33.7%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#653D13 (or 0x653D13) is known color: Dark Brown. HEX triplet: 65, 3D and 13. RGB value is (101,61,19). Sum of RGB (Red+Green+Blue) = 101+61+19=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #653D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653D13 is #9AC2EC. Grayscale: #444444. Windows color (decimal): -10142445 or 1260901. OLE color: 1260901.

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

Color convert

RGB 101 61 19 -
CMYK 0 0.40 0.81 0.60
HSL 30.73º 0.68% 0.24% -
HSV(B) 30.73º 0.81% 0.4% -
XYZ 7.15 6.15 1.43 -
YUV 68.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 101 61 19 0 0.40 0.81 0.60 30.73 0.68 0.24
Hex 65 3D 13 0 28 51 3C 1F 44 18
Octal 145 75 23 0 50 121 74 37 104 30
Binary 1100101 111101 10011 0 101000 1010001 111100 11111 1000100 11000

Color Harmonies of #653D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D13

Black with #653D13

Text Example


Text Example

White with #653D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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