Html Css Color HEX #744106 Raw Umber

📋 copy color: '#744106'

red 116 ◦ green 65 ◦ blue 6

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

Shades of Raw Umber #744106

Tints of Raw Umber #744106

RGB

 RED value IS 116 (45.7% from 255) = 62.03%

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

 BLUE value IS 6 (2.73% from 255) = 3.21%

R = 62.03%
G = 34.76%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#744106 (or 0x744106) is known color: Raw Umber. HEX triplet: 74, 41 and 06. RGB value is (116,65,6). Sum of RGB (Red+Green+Blue) = 116+65+6=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #744106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744106 is #8BBEF9. Grayscale: #494949. Windows color (decimal): -9158394 or 409972. OLE color: 409972.

HSL color Cylindrical-coordinate representation of color #744106: hue angle of 32.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #744106 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 6 -
CMYK 0 0.44 0.95 0.55
HSL 32.18º 0.9% 0.24% -
HSV(B) 32.18º 0.95% 0.45% -
XYZ 9.13 7.51 1.14 -
YUV 73.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 116 65 6 0 0.44 0.95 0.55 32.18 0.9 0.24
Hex 74 41 6 0 2C 5F 37 20 5A 18
Octal 164 101 6 0 54 137 67 40 132 30
Binary 1110100 1000001 110 0 101100 1011111 110111 100000 1011010 11000

Color Harmonies of #744106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744106

Black with #744106

Text Example


Text Example

White with #744106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744106; }

 p { color: rgb(116,65,6); }

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

background-color css

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

 a { background-color: rgb(116,65,6); }

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

border-color css

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

 span { border-color: rgb(116,65,6); }

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