#7B613B

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

Shades of Shingle Fawn #7B613B

Tints of Shingle Fawn #7B613B

Color information

#7B613B (or 0x7B613B) is unknown color: approx Shingle Fawn. HEX triplet: 7B, 61 and 3B. RGB value is (123,97,59). Sum of RGB (Red+Green+Blue) = 123+97+59=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B613B is #849EC4. Grayscale: #646464. Windows color (decimal): -8691397 or 3891579. OLE color: 3891579.

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

Color convert

RGB1239759-
CMYK00.210.520.52
HSL35.62º35.16%35.69%-
HSV(B)35.62º52.03%48.24%-
XYZ13.2313.085.96-
YUV100.44104.61144.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.09%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=44.09%
G=34.77%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123975900.210.520.5235.6235.1635.69
Hex7B613B0153434242324
Octal173141730256464444344
Binary11110111100001111011010101110100110100100100100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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