Html Css Color HEX #744206 Raw Umber

📋 copy color: '#744206'

red 116 ◦ green 66 ◦ blue 6

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

Shades of Raw Umber #744206

Tints of Raw Umber #744206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

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

R = 61.7%
G = 35.11%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#744206 (or 0x744206) is known color: Raw Umber. HEX triplet: 74, 42 and 06. RGB value is (116,66,6). Sum of RGB (Red+Green+Blue) = 116+66+6=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744206 is #8BBDF9. Grayscale: #4A4A4A. Windows color (decimal): -9158138 or 410228. OLE color: 410228.

HSL color Cylindrical-coordinate representation of color #744206: hue angle of 32.73º 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 #744206 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 66 6 -
CMYK 0 0.43 0.95 0.55
HSL 32.73º 0.9% 0.24% -
HSV(B) 32.73º 0.95% 0.45% -
XYZ 9.18 7.62 1.16 -
YUV 74.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 116 66 6 0 0.43 0.95 0.55 32.73 0.9 0.24
Hex 74 42 6 0 2B 5F 37 21 5A 18
Octal 164 102 6 0 53 137 67 41 132 30
Binary 1110100 1000010 110 0 101011 1011111 110111 100001 1011010 11000

Color Harmonies of #744206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744206

Black with #744206

Text Example


Text Example

White with #744206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744206; }

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

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

background-color css

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

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

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

border-color css

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

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

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