#674402

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

Shades of Raw Umber #674402

Tints of Raw Umber #674402

Color information

#674402 (or 0x674402) is unknown color: approx Raw Umber. HEX triplet: 67, 44 and 02. RGB value is (103,68,2). Sum of RGB (Red+Green+Blue) = 103+68+2=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #674402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674402 is #98BBFD. Grayscale: #474747. Windows color (decimal): -10009598 or 148583. OLE color: 148583.

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

Color convert

RGB103682-
CMYK00.340.980.60
HSL39.21º96.19%20.59%-
HSV(B)39.21º98.06%40.39%-
XYZ7.677.021.01-
YUV70.9489.1150.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.54%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=59.54%
G=39.31%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10368200.340.980.6039.2196.1920.59
Hex67442022623C276015
Octal1471042042142744714025
Binary110011110001001001000101100010111100100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674402; }

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

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

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

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

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

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

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

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