#674500

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

Shades of Raw Umber #674500

Tints of Raw Umber #674500

Color information

#674500 (or 0x674500) is unknown color: approx Raw Umber. HEX triplet: 67, 45 and 00. RGB value is (103,69,0). Sum of RGB (Red+Green+Blue) = 103+69+0=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #674500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674500 is #98BAFF. Grayscale: #474747. Windows color (decimal): -10009344 or 17767. OLE color: 17767.

HSL color Cylindrical-coordinate representation of color #674500: hue angle of 40.19º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #674500 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB103690-
CMYK00.3310.60
HSL40.19º100%20.2%-
HSV(B)40.19º100%40.39%-
XYZ7.727.140.97-
YUV71.387.76150.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.88%
G=40.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10369000.3310.6040.1910020.2
Hex67450021643C286414
Octal1471050041144745014424
Binary11001111000101001000011100100111100101000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674500; }

 p { color: rgb(103,69,0); }

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

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

 a { background-color: rgb(103,69,0); }

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

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

 span { border-color: rgb(103,69,0); }

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