Html Css Color HEX #654316 Dark Brown

📋 copy color: '#654316'

red 101 ◦ green 67 ◦ blue 22

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

Shades of Dark Brown #654316

Tints of Dark Brown #654316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.26%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 53.16%
G = 35.26%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#654316 (or 0x654316) is known color: Dark Brown. HEX triplet: 65, 43 and 16. RGB value is (101,67,22). Sum of RGB (Red+Green+Blue) = 101+67+22=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #654316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654316 is #9ABCE9. Grayscale: #484848. Windows color (decimal): -10140906 or 1459045. OLE color: 1459045.

HSL color Cylindrical-coordinate representation of color #654316: hue angle of 34.18º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #654316 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 67 22 -
CMYK 0 0.34 0.78 0.60
HSL 34.18º 0.64% 0.24% -
HSV(B) 34.18º 0.78% 0.4% -
XYZ 7.52 6.84 1.68 -
YUV 72.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 101 67 22 0 0.34 0.78 0.60 34.18 0.64 0.24
Hex 65 43 16 0 22 4E 3C 22 40 18
Octal 145 103 26 0 42 116 74 42 100 30
Binary 1100101 1000011 10110 0 100010 1001110 111100 100010 1000000 11000

Color Harmonies of #654316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654316

Black with #654316

Text Example


Text Example

White with #654316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654316; }

 p { color: rgb(101,67,22); }

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

background-color css

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

 a { background-color: rgb(101,67,22); }

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

border-color css

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

 span { border-color: rgb(101,67,22); }

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