#674211

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

Shades of Raw Umber #674211

Tints of Raw Umber #674211

Color information

#674211 (or 0x674211) is unknown color: approx Raw Umber. HEX triplet: 67, 42 and 11. RGB value is (103,66,17). Sum of RGB (Red+Green+Blue) = 103+66+17=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #674211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674211 is #98BDEE. Grayscale: #474747. Windows color (decimal): -10010095 or 1131111. OLE color: 1131111.

HSL color Cylindrical-coordinate representation of color #674211: hue angle of 34.19º degrees, saturation: 0.72, 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 #674211 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1036617-
CMYK00.360.830.60
HSL34.19º71.67%23.53%-
HSV(B)34.19º83.5%40.39%-
XYZ7.646.821.44-
YUV71.4897.26150.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.38%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=55.38%
G=35.48%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103661700.360.830.6034.1971.6723.53
Hex674211024533C224818
Octal14710221044123744211030
Binary110011110000101000101001001010011111100100010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674211; }

 p { color: rgb(103,66,17); }

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

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

 a { background-color: rgb(103,66,17); }

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

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

 span { border-color: rgb(103,66,17); }

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