Html Css Color HEX #7E613D Shingle Fawn

📋 copy color: '#7E613D'

red 126 ◦ green 97 ◦ blue 61

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

Shades of Shingle Fawn #7E613D

Tints of Shingle Fawn #7E613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 44.37%
G = 34.15%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7E613D (or 0x7E613D) is known color: Shingle Fawn. HEX triplet: 7E, 61 and 3D. RGB value is (126,97,61). Sum of RGB (Red+Green+Blue) = 126+97+61=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E613D is #819EC2. Grayscale: #656565. Windows color (decimal): -8494787 or 4022654. OLE color: 4022654.

HSL color Cylindrical-coordinate representation of color #7E613D: hue angle of 33.23º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E613D is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 97 61 -
CMYK 0 0.23 0.52 0.51
HSL 33.23º 0.35% 0.37% -
HSV(B) 33.23º 0.52% 0.49% -
XYZ 13.72 13.32 6.26 -
YUV 101.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 126 97 61 0 0.23 0.52 0.51 33.23 0.35 0.37
Hex 7E 61 3D 0 17 34 33 21 23 25
Octal 176 141 75 0 27 64 63 41 43 45
Binary 1111110 1100001 111101 0 10111 110100 110011 100001 100011 100101

Color Harmonies of #7E613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E613D

Black with #7E613D

Text Example


Text Example

White with #7E613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,97,61); }

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

background-color css

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

 a { background-color: rgb(126,97,61); }

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

border-color css

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

 span { border-color: rgb(126,97,61); }

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