Html Css Color HEX #654315 Dark Brown

📋 copy color: '#654315'

red 101 ◦ green 67 ◦ blue 21

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

Shades of Dark Brown #654315

Tints of Dark Brown #654315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 53.44%
G = 35.45%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#654315 (or 0x654315) is known color: Dark Brown. HEX triplet: 65, 43 and 15. RGB value is (101,67,21). Sum of RGB (Red+Green+Blue) = 101+67+21=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #654315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654315 is #9ABCEA. Grayscale: #484848. Windows color (decimal): -10140907 or 1393509. OLE color: 1393509.

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

Color convert

RGB 101 67 21 -
CMYK 0 0.34 0.79 0.60
HSL 34.5º 0.66% 0.24% -
HSV(B) 34.5º 0.79% 0.4% -
XYZ 7.51 6.84 1.63 -
YUV 71.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 101 67 21 0 0.34 0.79 0.60 34.5 0.66 0.24
Hex 65 43 15 0 22 4F 3C 22 42 18
Octal 145 103 25 0 42 117 74 42 102 30
Binary 1100101 1000011 10101 0 100010 1001111 111100 100010 1000010 11000

Color Harmonies of #654315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654315

Black with #654315

Text Example


Text Example

White with #654315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654315; }

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

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

background-color css

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

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

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

border-color css

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

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

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