Html Css Color HEX #7E6039 Shingle Fawn

📋 copy color: '#7E6039'

red 126 ◦ green 96 ◦ blue 57

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

Shades of Shingle Fawn #7E6039

Tints of Shingle Fawn #7E6039

RGB

 RED value IS 126 (49.61% from 255) = 45.16%

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 45.16%
G = 34.41%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7E6039 (or 0x7E6039) is known color: Shingle Fawn. HEX triplet: 7E, 60 and 39. RGB value is (126,96,57). Sum of RGB (Red+Green+Blue) = 126+96+57=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6039 is #819FC6. Grayscale: #646464. Windows color (decimal): -8495047 or 3760254. OLE color: 3760254.

HSL color Cylindrical-coordinate representation of color #7E6039: hue angle of 33.91º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E6039 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 96 57 -
CMYK 0 0.24 0.55 0.51
HSL 33.91º 0.38% 0.36% -
HSV(B) 33.91º 0.55% 0.49% -
XYZ 13.53 13.1 5.69 -
YUV 100.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 126 96 57 0 0.24 0.55 0.51 33.91 0.38 0.36
Hex 7E 60 39 0 18 37 33 22 26 24
Octal 176 140 71 0 30 67 63 42 46 44
Binary 1111110 1100000 111001 0 11000 110111 110011 100010 100110 100100

Color Harmonies of #7E6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6039

Black with #7E6039

Text Example


Text Example

White with #7E6039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,96,57); }

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

background-color css

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

 a { background-color: rgb(126,96,57); }

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

border-color css

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

 span { border-color: rgb(126,96,57); }

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