Html Css Color HEX #7C613F Shingle Fawn

📋 copy color: '#7C613F'

red 124 ◦ green 97 ◦ blue 63

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

Shades of Shingle Fawn #7C613F

Tints of Shingle Fawn #7C613F

RGB

 RED value IS 124 (48.83% from 255) = 43.66%

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 43.66%
G = 34.15%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C613F (or 0x7C613F) is known color: Shingle Fawn. HEX triplet: 7C, 61 and 3F. RGB value is (124,97,63). Sum of RGB (Red+Green+Blue) = 124+97+63=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C613F is #839EC0. Grayscale: #656565. Windows color (decimal): -8625857 or 4153724. OLE color: 4153724.

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

Color convert

RGB 124 97 63 -
CMYK 0 0.22 0.49 0.51
HSL 33.44º 0.33% 0.37% -
HSV(B) 33.44º 0.49% 0.49% -
XYZ 13.48 13.19 6.54 -
YUV 101.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 124 97 63 0 0.22 0.49 0.51 33.44 0.33 0.37
Hex 7C 61 3F 0 16 31 33 21 21 25
Octal 174 141 77 0 26 61 63 41 41 45
Binary 1111100 1100001 111111 0 10110 110001 110011 100001 100001 100101

Color Harmonies of #7C613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C613F

Black with #7C613F

Text Example


Text Example

White with #7C613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,63); }

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

background-color css

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

 a { background-color: rgb(124,97,63); }

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

border-color css

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

 span { border-color: rgb(124,97,63); }

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