Html Css Color HEX #806348 Dark Wood

📋 copy color: '#806348'

red 128 ◦ green 99 ◦ blue 72

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

Shades of Dark Wood #806348

Tints of Dark Wood #806348

RGB

 RED value IS 128 (50.39% from 255) = 42.81%

 GREEN value IS 99 (39.06% from 255) = 33.11%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 42.81%
G = 33.11%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#806348 (or 0x806348) is known color: Dark Wood. HEX triplet: 80, 63 and 48. RGB value is (128,99,72). Sum of RGB (Red+Green+Blue) = 128+99+72=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #806348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806348 is #7F9CB7. Grayscale: #686868. Windows color (decimal): -8363192 or 4744064. OLE color: 4744064.

HSL color Cylindrical-coordinate representation of color #806348: hue angle of 28.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #806348 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 72 -
CMYK 0 0.23 0.44 0.50
HSL 28.93º 0.28% 0.39% -
HSV(B) 28.93º 0.44% 0.5% -
XYZ 14.53 13.98 8.06 -
YUV 104.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 128 99 72 0 0.23 0.44 0.50 28.93 0.28 0.39
Hex 80 63 48 0 17 2C 32 1D 1C 27
Octal 200 143 110 0 27 54 62 35 34 47
Binary 10000000 1100011 1001000 0 10111 101100 110010 11101 11100 100111

Color Harmonies of #806348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806348

Black with #806348

Text Example


Text Example

White with #806348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806348; }

 p { color: rgb(128,99,72); }

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

background-color css

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

 a { background-color: rgb(128,99,72); }

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

border-color css

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

 span { border-color: rgb(128,99,72); }

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