#674401

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

Shades of Raw Umber #674401

Tints of Raw Umber #674401

Color information

#674401 (or 0x674401) is unknown color: approx Raw Umber. HEX triplet: 67, 44 and 01. RGB value is (103,68,1). Sum of RGB (Red+Green+Blue) = 103+68+1=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #674401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674401 is #98BBFE. Grayscale: #474747. Windows color (decimal): -10009599 or 83047. OLE color: 83047.

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

Color convert

RGB103681-
CMYK00.340.990.60
HSL39.41º98.08%20.39%-
HSV(B)39.41º99.03%40.39%-
XYZ7.677.020.98-
YUV70.8388.6150.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=59.88%
G=39.53%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10368100.340.990.6039.4198.0820.39
Hex67441022633C276214
Octal1471041042143744714224
Binary11001111000100101000101100011111100100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674401; }

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

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

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

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

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

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

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

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