#674501

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

Shades of Raw Umber #674501

Tints of Raw Umber #674501

Color information

#674501 (or 0x674501) is unknown color: approx Raw Umber. HEX triplet: 67, 45 and 01. RGB value is (103,69,1). Sum of RGB (Red+Green+Blue) = 103+69+1=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #674501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674501 is #98BAFE. Grayscale: #474747. Windows color (decimal): -10009343 or 83303. OLE color: 83303.

HSL color Cylindrical-coordinate representation of color #674501: hue angle of 40º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #674501 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB103691-
CMYK00.330.990.60
HSL40º98.08%20.39%-
HSV(B)40º99.03%40.39%-
XYZ7.737.141-
YUV71.4188.26150.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.54%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=59.54%
G=39.88%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10369100.330.990.604098.0820.39
Hex67451021633C286214
Octal1471051041143745014224
Binary11001111000101101000011100011111100101000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674501; }

 p { color: rgb(103,69,1); }

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

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

 a { background-color: rgb(103,69,1); }

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

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

 span { border-color: rgb(103,69,1); }

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