#674D00

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

Shades of Raw Umber #674D00

Tints of Raw Umber #674D00

Color information

#674D00 (or 0x674D00) is unknown color: approx Raw Umber. HEX triplet: 67, 4D and 00. RGB value is (103,77,0). Sum of RGB (Red+Green+Blue) = 103+77+0=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #674D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D00 is #98B2FF. Grayscale: #4C4C4C. Windows color (decimal): -10007296 or 19815. OLE color: 19815.

HSL color Cylindrical-coordinate representation of color #674D00: hue angle of 44.85º 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 #674D00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB103770-
CMYK00.2510.60
HSL44.85º100%20.2%-
HSV(B)44.85º100%40.39%-
XYZ8.258.191.15-
YUV7685.11147.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.22%
GREEN value IS 77 (30.47% from 255) = 42.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.22%
G=42.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10377000.2510.6044.8510020.2
Hex674D0019643C2d6414
Octal1471150031144745514424
Binary1100111100110100110011100100111100101101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674D00; }

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

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

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

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

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

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

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

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