#674B16

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

Shades of Raw Umber #674B16

Tints of Raw Umber #674B16

Color information

#674B16 (or 0x674B16) is unknown color: approx Raw Umber. HEX triplet: 67, 4B and 16. RGB value is (103,75,22). Sum of RGB (Red+Green+Blue) = 103+75+22=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #674B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674B16 is #98B4E9. Grayscale: #4D4D4D. Windows color (decimal): -10007786 or 1461095. OLE color: 1461095.

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

Color convert

RGB1037522-
CMYK00.270.790.60
HSL39.26º64.8%24.51%-
HSV(B)39.26º78.64%40.39%-
XYZ8.257.971.86-
YUV77.3396.78146.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 22 (8.98% from 255) = 11%
R=51.5%
G=37.5%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103752200.270.790.6039.2664.824.51
Hex674B1601B4F3C274119
Octal14711326033117744710131
Binary11001111001011101100110111001111111100100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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