#7C603C

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

Shades of Shingle Fawn #7C603C

Tints of Shingle Fawn #7C603C

Color information

#7C603C (or 0x7C603C) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 60 and 3C. RGB value is (124,96,60). Sum of RGB (Red+Green+Blue) = 124+96+60=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C603C is #839FC3. Grayscale: #646464. Windows color (decimal): -8626116 or 3956860. OLE color: 3956860.

HSL color Cylindrical-coordinate representation of color #7C603C: hue angle of 33.75º degrees, saturation: 0.35, 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 #7C603C is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1249660-
CMYK00.230.520.51
HSL33.75º34.78%36.08%-
HSV(B)33.75º51.61%48.63%-
XYZ13.3112.986.08-
YUV100.27105.28144.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.29%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=44.29%
G=34.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124966000.230.520.5133.7534.7836.08
Hex7C603C0173433222324
Octal174140740276463424344
Binary11111001100000111100010111110100110011100010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,96,60); }

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

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

 a { background-color: rgb(124,96,60); }

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

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

 span { border-color: rgb(124,96,60); }

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