#674A18

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

Shades of Raw Umber #674A18

Tints of Raw Umber #674A18

Color information

#674A18 (or 0x674A18) is unknown color: approx Raw Umber. HEX triplet: 67, 4A and 18. RGB value is (103,74,24). Sum of RGB (Red+Green+Blue) = 103+74+24=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #674A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A18 is #98B5E7. Grayscale: #4D4D4D. Windows color (decimal): -10008040 or 1591911. OLE color: 1591911.

HSL color Cylindrical-coordinate representation of color #674A18: hue angle of 37.97º 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 #674A18 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1037424-
CMYK00.280.770.60
HSL37.97º62.2%24.9%-
HSV(B)37.97º76.7%40.39%-
XYZ8.217.851.95-
YUV76.9798.11146.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=51.24%
G=36.82%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103742400.280.770.6037.9762.224.9
Hex674A1801C4D3C263e19
Octal1471123003411574467631
Binary1100111100101011000011100100110111110010011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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