#675506

Color #675506 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #675506

Tints of Raw Umber #675506

Color information

#675506 (or 0x675506) is unknown color: approx Raw Umber. HEX triplet: 67, 55 and 06. RGB value is (103,85,6). Sum of RGB (Red+Green+Blue) = 103+85+6=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #675506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675506 is #98AAF9. Grayscale: #515151. Windows color (decimal): -10005242 or 415079. OLE color: 415079.

HSL color Cylindrical-coordinate representation of color #675506: hue angle of 48.87º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #675506 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB103856-
CMYK00.170.940.60
HSL48.87º88.99%21.37%-
HSV(B)48.87º94.17%40.39%-
XYZ8.879.391.52-
YUV81.3885.46143.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.09%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=53.09%
G=43.81%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10385600.170.940.6048.8788.9921.37
Hex675560115E3C315915
Octal1471256021136746113125
Binary110011110101011100100011011110111100110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675506; }

 p { color: rgb(103,85,6); }

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

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

 a { background-color: rgb(103,85,6); }

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

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

 span { border-color: rgb(103,85,6); }

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