Html Css Color HEX #653D10 Dark Brown

📋 copy color: '#653D10'

red 101 ◦ green 61 ◦ blue 16

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

Shades of Dark Brown #653D10

Tints of Dark Brown #653D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 56.74%
G = 34.27%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#653D10 (or 0x653D10) is known color: Dark Brown. HEX triplet: 65, 3D and 10. RGB value is (101,61,16). Sum of RGB (Red+Green+Blue) = 101+61+16=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #653D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653D10 is #9AC2EF. Grayscale: #444444. Windows color (decimal): -10142448 or 1064293. OLE color: 1064293.

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

Color convert

RGB 101 61 16 -
CMYK 0 0.40 0.84 0.60
HSL 31.76º 0.73% 0.23% -
HSV(B) 31.76º 0.84% 0.4% -
XYZ 7.13 6.14 1.3 -
YUV 67.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 101 61 16 0 0.40 0.84 0.60 31.76 0.73 0.23
Hex 65 3D 10 0 28 54 3C 20 49 17
Octal 145 75 20 0 50 124 74 40 111 27
Binary 1100101 111101 10000 0 101000 1010100 111100 100000 1001001 10111

Color Harmonies of #653D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D10

Black with #653D10

Text Example


Text Example

White with #653D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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