Html Css Color HEX #674D14 Raw Umber

📋 copy color: '#674D14'

red 103 ◦ green 77 ◦ blue 20

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

Shades of Raw Umber #674D14

Tints of Raw Umber #674D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.5%

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

R = 51.5%
G = 38.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#674D14 (or 0x674D14) is known color: Raw Umber. HEX triplet: 67, 4D and 14. RGB value is (103,77,20). Sum of RGB (Red+Green+Blue) = 103+77+20=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #674D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D14 is #98B2EB. Grayscale: #4E4E4E. Windows color (decimal): -10007276 or 1330535. OLE color: 1330535.

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

Color convert

RGB 103 77 20 -
CMYK 0 0.25 0.81 0.60
HSL 41.2º 0.67% 0.24% -
HSV(B) 41.2º 0.81% 0.4% -
XYZ 8.37 8.24 1.81 -
YUV 78.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 103 77 20 0 0.25 0.81 0.60 41.2 0.67 0.24
Hex 67 4D 14 0 19 51 3C 29 43 18
Octal 147 115 24 0 31 121 74 51 103 30
Binary 1100111 1001101 10100 0 11001 1010001 111100 101001 1000011 11000

Color Harmonies of #674D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D14

Black with #674D14

Text Example


Text Example

White with #674D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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