#674A16

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

Shades of Raw Umber #674A16

Tints of Raw Umber #674A16

Color information

#674A16 (or 0x674A16) is unknown color: approx Raw Umber. HEX triplet: 67, 4A and 16. RGB value is (103,74,22). Sum of RGB (Red+Green+Blue) = 103+74+22=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #674A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A16 is #98B5E9. Grayscale: #4C4C4C. Windows color (decimal): -10008042 or 1460839. OLE color: 1460839.

HSL color Cylindrical-coordinate representation of color #674A16: hue angle of 38.52º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #674A16 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1037422-
CMYK00.280.790.60
HSL38.52º64.8%24.51%-
HSV(B)38.52º78.64%40.39%-
XYZ8.197.841.84-
YUV76.7497.11146.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=51.76%
G=37.19%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103742200.280.790.6038.5264.824.51
Hex674A1601C4F3C274119
Octal14711226034117744710131
Binary11001111001010101100111001001111111100100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674A16; }

 p { color: rgb(103,74,22); }

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

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

 a { background-color: rgb(103,74,22); }

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

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

 span { border-color: rgb(103,74,22); }

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