#674010

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

Shades of Raw Umber #674010

Tints of Raw Umber #674010

Color information

#674010 (or 0x674010) is unknown color: approx Raw Umber. HEX triplet: 67, 40 and 10. RGB value is (103,64,16). Sum of RGB (Red+Green+Blue) = 103+64+16=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #674010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674010 is #98BFEF. Grayscale: #464646. Windows color (decimal): -10010608 or 1065063. OLE color: 1065063.

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

Color convert

RGB1036416-
CMYK00.380.840.60
HSL33.1º73.11%23.33%-
HSV(B)33.1º84.47%40.39%-
XYZ7.526.591.37-
YUV70.1997.42151.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.28%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=56.28%
G=34.97%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103641600.380.840.6033.173.1123.33
Hex674010026543C214917
Octal14710020046124744111127
Binary110011110000001000001001101010100111100100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674010; }

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

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

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

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

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

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

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

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