Html Css Color HEX #674C12 Raw Umber

📋 copy color: '#674C12'

red 103 ◦ green 76 ◦ blue 18

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

Shades of Raw Umber #674C12

Tints of Raw Umber #674C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 52.28%
G = 38.58%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#674C12 (or 0x674C12) is known color: Raw Umber. HEX triplet: 67, 4C and 12. RGB value is (103,76,18). Sum of RGB (Red+Green+Blue) = 103+76+18=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #674C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674C12 is #98B3ED. Grayscale: #4D4D4D. Windows color (decimal): -10007534 or 1199207. OLE color: 1199207.

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

Color convert

RGB 103 76 18 -
CMYK 0 0.26 0.83 0.60
HSL 40.94º 0.7% 0.24% -
HSV(B) 40.94º 0.83% 0.4% -
XYZ 8.29 8.1 1.7 -
YUV 77.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 103 76 18 0 0.26 0.83 0.60 40.94 0.7 0.24
Hex 67 4C 12 0 1A 53 3C 29 46 18
Octal 147 114 22 0 32 123 74 51 106 30
Binary 1100111 1001100 10010 0 11010 1010011 111100 101001 1000110 11000

Color Harmonies of #674C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C12

Black with #674C12

Text Example


Text Example

White with #674C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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