#674A07

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

Shades of Raw Umber #674A07

Tints of Raw Umber #674A07

Color information

#674A07 (or 0x674A07) is unknown color: approx Raw Umber. HEX triplet: 67, 4A and 07. RGB value is (103,74,7). Sum of RGB (Red+Green+Blue) = 103+74+7=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #674A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A07 is #98B5F8. Grayscale: #4B4B4B. Windows color (decimal): -10008057 or 477799. OLE color: 477799.

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

Color convert

RGB103747-
CMYK00.280.930.60
HSL41.88º87.27%21.57%-
HSV(B)41.88º93.2%40.39%-
XYZ8.087.81.28-
YUV75.0389.61147.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.98%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=55.98%
G=40.22%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10374700.280.930.6041.8887.2721.57
Hex674A701C5D3C2a5716
Octal1471127034135745212726
Binary110011110010101110111001011101111100101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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