Html Css Color HEX #674914 Raw Umber

📋 copy color: '#674914'

red 103 ◦ green 73 ◦ blue 20

#674914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #674914

Tints of Raw Umber #674914

RGB

 RED value IS 103 (40.63% from 255) = 52.55%

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 52.55%
G = 37.24%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#674914 (or 0x674914) is known color: Raw Umber. HEX triplet: 67, 49 and 14. RGB value is (103,73,20). Sum of RGB (Red+Green+Blue) = 103+73+20=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #674914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674914 is #98B6EB. Grayscale: #4C4C4C. Windows color (decimal): -10008300 or 1329511. OLE color: 1329511.

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

Color convert

RGB 103 73 20 -
CMYK 0 0.29 0.81 0.60
HSL 38.31º 0.67% 0.24% -
HSV(B) 38.31º 0.81% 0.4% -
XYZ 8.1 7.7 1.72 -
YUV 75.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 103 73 20 0 0.29 0.81 0.60 38.31 0.67 0.24
Hex 67 49 14 0 1D 51 3C 26 43 18
Octal 147 111 24 0 35 121 74 46 103 30
Binary 1100111 1001001 10100 0 11101 1010001 111100 100110 1000011 11000

Color Harmonies of #674914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674914

Black with #674914

Text Example


Text Example

White with #674914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674914; }

 p { color: rgb(103,73,20); }

 H1.HeaderClassName
 {
   color: #674914;
 }
 .AnyTagClassName
 {
   color: #674914;
 }
</style>

background-color css

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

 a { background-color: rgb(103,73,20); }

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

border-color css

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

 span { border-color: rgb(103,73,20); }

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