#674312

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

Shades of Raw Umber #674312

Tints of Raw Umber #674312

Color information

#674312 (or 0x674312) is unknown color: approx Raw Umber. HEX triplet: 67, 43 and 12. RGB value is (103,67,18). Sum of RGB (Red+Green+Blue) = 103+67+18=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #674312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674312 is #98BCED. Grayscale: #484848. Windows color (decimal): -10009838 or 1196903. OLE color: 1196903.

HSL color Cylindrical-coordinate representation of color #674312: hue angle of 34.59º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #674312 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1036718-
CMYK00.350.830.60
HSL34.59º70.25%23.73%-
HSV(B)34.59º82.52%40.39%-
XYZ7.716.941.51-
YUV72.1897.43149.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.79%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=54.79%
G=35.64%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103671800.350.830.6034.5970.2523.73
Hex674312023533C234618
Octal14710322043123744310630
Binary110011110000111001001000111010011111100100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674312; }

 p { color: rgb(103,67,18); }

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

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

 a { background-color: rgb(103,67,18); }

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

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

 span { border-color: rgb(103,67,18); }

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