#674E0F

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

Shades of Raw Umber #674E0F

Tints of Raw Umber #674E0F

Color information

#674E0F (or 0x674E0F) is unknown color: approx Raw Umber. HEX triplet: 67, 4E and 0F. RGB value is (103,78,15). Sum of RGB (Red+Green+Blue) = 103+78+15=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #674E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674E0F is #98B1F0. Grayscale: #4E4E4E. Windows color (decimal): -10007025 or 1003111. OLE color: 1003111.

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

Color convert

RGB1037815-
CMYK00.240.850.60
HSL42.95º74.58%23.14%-
HSV(B)42.95º85.44%40.39%-
XYZ8.48.371.62-
YUV78.2992.28145.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.55%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=52.55%
G=39.80%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103781500.240.850.6042.9574.5823.14
Hex674EF018553C2b4b17
Octal14711617030125745311327
Binary1100111100111011110110001010101111100101011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,78,15); }

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

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

 a { background-color: rgb(103,78,15); }

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

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

 span { border-color: rgb(103,78,15); }

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