#7C6033

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

Shades of Shingle Fawn #7C6033

Tints of Shingle Fawn #7C6033

Color information

#7C6033 (or 0x7C6033) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 60 and 33. RGB value is (124,96,51). Sum of RGB (Red+Green+Blue) = 124+96+51=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6033 is #839FCC. Grayscale: #636363. Windows color (decimal): -8626125 or 3367036. OLE color: 3367036.

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

Color convert

RGB1249651-
CMYK00.230.590.51
HSL36.99º41.71%34.31%-
HSV(B)36.99º58.87%48.63%-
XYZ13.0912.894.93-
YUV99.24100.78145.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=45.76%
G=35.42%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124965100.230.590.5136.9941.7134.31
Hex7C60330173B33252a22
Octal174140630277363455242
Binary11111001100000110011010111111011110011100101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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