#675338

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

Shades of Shingle Fawn #675338

Tints of Shingle Fawn #675338

Color information

#675338 (or 0x675338) is unknown color: approx Shingle Fawn. HEX triplet: 67, 53 and 38. RGB value is (103,83,56). Sum of RGB (Red+Green+Blue) = 103+83+56=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #675338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675338 is #98ACC7. Grayscale: #565656. Windows color (decimal): -10005704 or 3691367. OLE color: 3691367.

HSL color Cylindrical-coordinate representation of color #675338: hue angle of 34.47º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #675338 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1038356-
CMYK00.190.460.60
HSL34.47º29.56%31.18%-
HSV(B)34.47º45.63%40.39%-
XYZ9.49.365.05-
YUV85.9111.13140.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.56%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=42.56%
G=34.30%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103835600.190.460.6034.4729.5631.18
Hex6753380132E3C221e1f
Octal147123700235674423637
Binary110011110100111110000100111011101111001000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675338; }

 p { color: rgb(103,83,56); }

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

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

 a { background-color: rgb(103,83,56); }

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

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

 span { border-color: rgb(103,83,56); }

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