#674313

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

Shades of Raw Umber #674313

Tints of Raw Umber #674313

Color information

#674313 (or 0x674313) is unknown color: approx Raw Umber. HEX triplet: 67, 43 and 13. RGB value is (103,67,19). Sum of RGB (Red+Green+Blue) = 103+67+19=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #674313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674313 is #98BCEC. Grayscale: #484848. Windows color (decimal): -10009837 or 1262439. OLE color: 1262439.

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

Color convert

RGB1036719-
CMYK00.350.820.60
HSL34.29º68.85%23.92%-
HSV(B)34.29º81.55%40.39%-
XYZ7.726.941.55-
YUV72.2997.93149.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=54.50%
G=35.45%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103671900.350.820.6034.2968.8523.92
Hex674313023523C224518
Octal14710323043122744210530
Binary110011110000111001101000111010010111100100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674313; }

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

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

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

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

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

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

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

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