Html Css Color HEX #674714 Raw Umber

📋 copy color: '#674714'

red 103 ◦ green 71 ◦ blue 20

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

Shades of Raw Umber #674714

Tints of Raw Umber #674714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 53.09%
G = 36.6%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#674714 (or 0x674714) is known color: Raw Umber. HEX triplet: 67, 47 and 14. RGB value is (103,71,20). Sum of RGB (Red+Green+Blue) = 103+71+20=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #674714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674714 is #98B8EB. Grayscale: #4A4A4A. Windows color (decimal): -10008812 or 1328999. OLE color: 1328999.

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

Color convert

RGB 103 71 20 -
CMYK 0 0.31 0.81 0.60
HSL 36.87º 0.67% 0.24% -
HSV(B) 36.87º 0.81% 0.4% -
XYZ 7.97 7.44 1.68 -
YUV 74.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 103 71 20 0 0.31 0.81 0.60 36.87 0.67 0.24
Hex 67 47 14 0 1F 51 3C 25 43 18
Octal 147 107 24 0 37 121 74 45 103 30
Binary 1100111 1000111 10100 0 11111 1010001 111100 100101 1000011 11000

Color Harmonies of #674714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674714

Black with #674714

Text Example


Text Example

White with #674714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674714; }

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

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

background-color css

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

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

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

border-color css

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

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

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