#674B14

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

Shades of Raw Umber #674B14

Tints of Raw Umber #674B14

Color information

#674B14 (or 0x674B14) is unknown color: approx Raw Umber. HEX triplet: 67, 4B and 14. RGB value is (103,75,20). Sum of RGB (Red+Green+Blue) = 103+75+20=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #674B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674B14 is #98B4EB. Grayscale: #4D4D4D. Windows color (decimal): -10007788 or 1330023. OLE color: 1330023.

HSL color Cylindrical-coordinate representation of color #674B14: hue angle of 39.76º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #674B14 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1037520-
CMYK00.270.810.60
HSL39.76º67.48%24.12%-
HSV(B)39.76º80.58%40.39%-
XYZ8.247.971.77-
YUV77.195.78146.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.02%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=52.02%
G=37.88%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103752000.270.810.6039.7667.4824.12
Hex674B1401B513C284318
Octal14711324033121745010330
Binary11001111001011101000110111010001111100101000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,75,20); }

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

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

 a { background-color: rgb(103,75,20); }

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

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

 span { border-color: rgb(103,75,20); }

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