#7B6033

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

Shades of Shingle Fawn #7B6033

Tints of Shingle Fawn #7B6033

Color information

#7B6033 (or 0x7B6033) is unknown color: approx Shingle Fawn. HEX triplet: 7B, 60 and 33. RGB value is (123,96,51). Sum of RGB (Red+Green+Blue) = 123+96+51=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6033 is #849FCC. Grayscale: #636363. Windows color (decimal): -8691661 or 3367035. OLE color: 3367035.

HSL color Cylindrical-coordinate representation of color #7B6033: hue angle of 37.5º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B6033 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB1239651-
CMYK00.220.590.52
HSL37.5º41.38%34.12%-
HSV(B)37.5º58.54%48.24%-
XYZ12.9512.824.92-
YUV98.94100.95145.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=45.56%
G=35.56%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123965100.220.590.5237.541.3834.12
Hex7B60330163B34262922
Octal173140630267364465142
Binary11110111100000110011010110111011110100100110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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