#674814

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

Shades of Raw Umber #674814

Tints of Raw Umber #674814

Color information

#674814 (or 0x674814) is unknown color: approx Raw Umber. HEX triplet: 67, 48 and 14. RGB value is (103,72,20). Sum of RGB (Red+Green+Blue) = 103+72+20=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #674814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674814 is #98B7EB. Grayscale: #4B4B4B. Windows color (decimal): -10008556 or 1329255. OLE color: 1329255.

HSL color Cylindrical-coordinate representation of color #674814: hue angle of 37.59º 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 #674814 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1037220-
CMYK00.300.810.60
HSL37.59º67.48%24.12%-
HSV(B)37.59º80.58%40.39%-
XYZ8.047.571.7-
YUV75.3496.77147.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.82%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=52.82%
G=36.92%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103722000.300.810.6037.5967.4824.12
Hex67481401E513C264318
Octal14711024036121744610330
Binary11001111001000101000111101010001111100100110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674814; }

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

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

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

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

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

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

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

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