Html Css Color HEX #674112 Raw Umber

📋 copy color: '#674112'

red 103 ◦ green 65 ◦ blue 18

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

Shades of Raw Umber #674112

Tints of Raw Umber #674112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

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

R = 55.38%
G = 34.95%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#674112 (or 0x674112) is known color: Raw Umber. HEX triplet: 67, 41 and 12. RGB value is (103,65,18). Sum of RGB (Red+Green+Blue) = 103+65+18=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #674112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674112 is #98BEED. Grayscale: #474747. Windows color (decimal): -10010350 or 1196391. OLE color: 1196391.

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

Color convert

RGB 103 65 18 -
CMYK 0 0.37 0.83 0.60
HSL 33.18º 0.7% 0.24% -
HSV(B) 33.18º 0.83% 0.4% -
XYZ 7.59 6.71 1.47 -
YUV 71 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 103 65 18 0 0.37 0.83 0.60 33.18 0.7 0.24
Hex 67 41 12 0 25 53 3C 21 46 18
Octal 147 101 22 0 45 123 74 41 106 30
Binary 1100111 1000001 10010 0 100101 1010011 111100 100001 1000110 11000

Color Harmonies of #674112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674112

Black with #674112

Text Example


Text Example

White with #674112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674112; }

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

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

background-color css

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

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

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

border-color css

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

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

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