Html Css Color HEX #674F12 Raw Umber

📋 copy color: '#674F12'

red 103 ◦ green 79 ◦ blue 18

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

Shades of Raw Umber #674F12

Tints of Raw Umber #674F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.5%

 BLUE value IS 18 (7.42% from 255) = 9%

R = 51.5%
G = 39.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#674F12 (or 0x674F12) is known color: Raw Umber. HEX triplet: 67, 4F and 12. RGB value is (103,79,18). Sum of RGB (Red+Green+Blue) = 103+79+18=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #674F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674F12 is #98B0ED. Grayscale: #4F4F4F. Windows color (decimal): -10006766 or 1199975. OLE color: 1199975.

HSL color Cylindrical-coordinate representation of color #674F12: hue angle of 43.06º degrees, saturation: 0.7, 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 #674F12 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 79 18 -
CMYK 0 0.23 0.83 0.60
HSL 43.06º 0.7% 0.24% -
HSV(B) 43.06º 0.83% 0.4% -
XYZ 8.5 8.52 1.77 -
YUV 79.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 103 79 18 0 0.23 0.83 0.60 43.06 0.7 0.24
Hex 67 4F 12 0 17 53 3C 2B 46 18
Octal 147 117 22 0 27 123 74 53 106 30
Binary 1100111 1001111 10010 0 10111 1010011 111100 101011 1000110 11000

Color Harmonies of #674F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F12

Black with #674F12

Text Example


Text Example

White with #674F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,79,18); }

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

background-color css

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

 a { background-color: rgb(103,79,18); }

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

border-color css

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

 span { border-color: rgb(103,79,18); }

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