#675012

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

Shades of Raw Umber #675012

Tints of Raw Umber #675012

Color information

#675012 (or 0x675012) is unknown color: approx Raw Umber. HEX triplet: 67, 50 and 12. RGB value is (103,80,18). Sum of RGB (Red+Green+Blue) = 103+80+18=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #675012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675012 is #98AFED. Grayscale: #505050. Windows color (decimal): -10006510 or 1200231. OLE color: 1200231.

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

Color convert

RGB1038018-
CMYK00.220.830.60
HSL43.76º70.25%23.73%-
HSV(B)43.76º82.52%40.39%-
XYZ8.578.661.79-
YUV79.8193.12144.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=51.24%
G=39.80%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103801800.220.830.6043.7670.2523.73
Hex675012016533C2c4618
Octal14712022026123745410630
Binary11001111010000100100101101010011111100101100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675012; }

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

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

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

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

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

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

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

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