#675018

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

Shades of Raw Umber #675018

Tints of Raw Umber #675018

Color information

#675018 (or 0x675018) is unknown color: approx Raw Umber. HEX triplet: 67, 50 and 18. RGB value is (103,80,24). Sum of RGB (Red+Green+Blue) = 103+80+24=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #675018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675018 is #98AFE7. Grayscale: #505050. Windows color (decimal): -10006504 or 1593447. OLE color: 1593447.

HSL color Cylindrical-coordinate representation of color #675018: hue angle of 42.53º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #675018 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1038024-
CMYK00.220.770.60
HSL42.53º62.2%24.9%-
HSV(B)42.53º76.7%40.39%-
XYZ8.638.692.09-
YUV80.4996.12144.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=49.76%
G=38.65%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103802400.220.770.6042.5362.224.9
Hex6750180164D3C2b3e19
Octal1471203002611574537631
Binary1100111101000011000010110100110111110010101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675018; }

 p { color: rgb(103,80,24); }

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

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

 a { background-color: rgb(103,80,24); }

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

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

 span { border-color: rgb(103,80,24); }

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