#674005

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

Shades of Raw Umber #674005

Tints of Raw Umber #674005

Color information

#674005 (or 0x674005) is unknown color: approx Raw Umber. HEX triplet: 67, 40 and 05. RGB value is (103,64,5). Sum of RGB (Red+Green+Blue) = 103+64+5=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #674005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674005 is #98BFFA. Grayscale: #454545. Windows color (decimal): -10010619 or 344167. OLE color: 344167.

HSL color Cylindrical-coordinate representation of color #674005: hue angle of 36.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #674005 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB103645-
CMYK00.380.950.60
HSL36.12º90.74%21.18%-
HSV(B)36.12º95.15%40.39%-
XYZ7.456.561.02-
YUV68.9391.92152.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=59.88%
G=37.21%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10364500.380.950.6036.1290.7421.18
Hex674050265F3C245b15
Octal1471005046137744413325
Binary1100111100000010101001101011111111100100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674005; }

 p { color: rgb(103,64,5); }

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

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

 a { background-color: rgb(103,64,5); }

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

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

 span { border-color: rgb(103,64,5); }

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