Html Css Color HEX #7F6346 Dark Wood

📋 copy color: '#7F6346'

red 127 ◦ green 99 ◦ blue 70

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

Shades of Dark Wood #7F6346

Tints of Dark Wood #7F6346

RGB

 RED value IS 127 (50% from 255) = 42.91%

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 42.91%
G = 33.45%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F6346 (or 0x7F6346) is known color: Dark Wood. HEX triplet: 7F, 63 and 46. RGB value is (127,99,70). Sum of RGB (Red+Green+Blue) = 127+99+70=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6346 is #809CB9. Grayscale: #686868. Windows color (decimal): -8428730 or 4612991. OLE color: 4612991.

HSL color Cylindrical-coordinate representation of color #7F6346: hue angle of 30.53º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F6346 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 99 70 -
CMYK 0 0.22 0.45 0.50
HSL 30.53º 0.29% 0.39% -
HSV(B) 30.53º 0.45% 0.5% -
XYZ 14.32 13.88 7.72 -
YUV 104.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 127 99 70 0 0.22 0.45 0.50 30.53 0.29 0.39
Hex 7F 63 46 0 16 2D 32 1F 1D 27
Octal 177 143 106 0 26 55 62 37 35 47
Binary 1111111 1100011 1000110 0 10110 101101 110010 11111 11101 100111

Color Harmonies of #7F6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6346

Black with #7F6346

Text Example


Text Example

White with #7F6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6346; }

 p { color: rgb(127,99,70); }

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

background-color css

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

 a { background-color: rgb(127,99,70); }

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

border-color css

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

 span { border-color: rgb(127,99,70); }

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