Html Css Color HEX #674A11 Raw Umber

📋 copy color: '#674A11'

red 103 ◦ green 74 ◦ blue 17

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

Shades of Raw Umber #674A11

Tints of Raw Umber #674A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.14%

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 53.09%
G = 38.14%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#674A11 (or 0x674A11) is known color: Raw Umber. HEX triplet: 67, 4A and 11. RGB value is (103,74,17). Sum of RGB (Red+Green+Blue) = 103+74+17=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #674A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A11 is #98B5EE. Grayscale: #4C4C4C. Windows color (decimal): -10008047 or 1133159. OLE color: 1133159.

HSL color Cylindrical-coordinate representation of color #674A11: hue angle of 39.77º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #674A11 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 74 17 -
CMYK 0 0.28 0.83 0.60
HSL 39.77º 0.72% 0.24% -
HSV(B) 39.77º 0.83% 0.4% -
XYZ 8.14 7.82 1.61 -
YUV 76.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 103 74 17 0 0.28 0.83 0.60 39.77 0.72 0.24
Hex 67 4A 11 0 1C 53 3C 28 48 18
Octal 147 112 21 0 34 123 74 50 110 30
Binary 1100111 1001010 10001 0 11100 1010011 111100 101000 1001000 11000

Color Harmonies of #674A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A11

Black with #674A11

Text Example


Text Example

White with #674A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,74,17); }

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

background-color css

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

 a { background-color: rgb(103,74,17); }

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

border-color css

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

 span { border-color: rgb(103,74,17); }

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