Html Css Color HEX #674D12 Raw Umber

📋 copy color: '#674D12'

red 103 ◦ green 77 ◦ blue 18

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

Shades of Raw Umber #674D12

Tints of Raw Umber #674D12

RGB

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

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

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

R = 52.02%
G = 38.89%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#674D12 (or 0x674D12) is known color: Raw Umber. HEX triplet: 67, 4D and 12. RGB value is (103,77,18). Sum of RGB (Red+Green+Blue) = 103+77+18=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #674D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D12 is #98B2ED. Grayscale: #4E4E4E. Windows color (decimal): -10007278 or 1199463. OLE color: 1199463.

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

Color convert

RGB 103 77 18 -
CMYK 0 0.25 0.83 0.60
HSL 41.65º 0.7% 0.24% -
HSV(B) 41.65º 0.83% 0.4% -
XYZ 8.36 8.23 1.72 -
YUV 78.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 103 77 18 0 0.25 0.83 0.60 41.65 0.7 0.24
Hex 67 4D 12 0 19 53 3C 2A 46 18
Octal 147 115 22 0 31 123 74 52 106 30
Binary 1100111 1001101 10010 0 11001 1010011 111100 101010 1000110 11000

Color Harmonies of #674D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D12

Black with #674D12

Text Example


Text Example

White with #674D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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