#7C613B

Color #7C613B Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #7C613B

Tints of Shingle Fawn #7C613B

Color information

#7C613B (or 0x7C613B) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 61 and 3B. RGB value is (124,97,59). Sum of RGB (Red+Green+Blue) = 124+97+59=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C613B is #839EC4. Grayscale: #646464. Windows color (decimal): -8625861 or 3891580. OLE color: 3891580.

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

Color convert

RGB1249759-
CMYK00.220.520.51
HSL35.08º35.52%35.88%-
HSV(B)35.08º52.42%48.63%-
XYZ13.3813.155.97-
YUV100.74104.45144.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.29%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=44.29%
G=34.64%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124975900.220.520.5135.0835.5235.88
Hex7C613B0163433232424
Octal174141730266463434444
Binary11111001100001111011010110110100110011100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C613B;
 }
 .AnyTagClassName
 {
   color: #7C613B;
 }
</style>
background-color css

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

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

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

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

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

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