Html Css Color HEX #653F10 Dark Brown

📋 copy color: '#653F10'

red 101 ◦ green 63 ◦ blue 16

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

Shades of Dark Brown #653F10

Tints of Dark Brown #653F10

RGB

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

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

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

R = 56.11%
G = 35%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#653F10 (or 0x653F10) is known color: Dark Brown. HEX triplet: 65, 3F and 10. RGB value is (101,63,16). Sum of RGB (Red+Green+Blue) = 101+63+16=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #653F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653F10 is #9AC0EF. Grayscale: #454545. Windows color (decimal): -10141936 or 1064805. OLE color: 1064805.

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

Color convert

RGB 101 63 16 -
CMYK 0 0.38 0.84 0.60
HSL 33.18º 0.73% 0.23% -
HSV(B) 33.18º 0.84% 0.4% -
XYZ 7.24 6.36 1.34 -
YUV 69 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 101 63 16 0 0.38 0.84 0.60 33.18 0.73 0.23
Hex 65 3F 10 0 26 54 3C 21 49 17
Octal 145 77 20 0 46 124 74 41 111 27
Binary 1100101 111111 10000 0 100110 1010100 111100 100001 1001001 10111

Color Harmonies of #653F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653F10

Black with #653F10

Text Example


Text Example

White with #653F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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