Html Css Color HEX #744906 Raw Umber

📋 copy color: '#744906'

red 116 ◦ green 73 ◦ blue 6

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

Shades of Raw Umber #744906

Tints of Raw Umber #744906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

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

R = 59.49%
G = 37.44%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#744906 (or 0x744906) is known color: Raw Umber. HEX triplet: 74, 49 and 06. RGB value is (116,73,6). Sum of RGB (Red+Green+Blue) = 116+73+6=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #744906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744906 is #8BB6F9. Grayscale: #4E4E4E. Windows color (decimal): -9156346 or 412020. OLE color: 412020.

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

Color convert

RGB 116 73 6 -
CMYK 0 0.37 0.95 0.55
HSL 36.55º 0.9% 0.24% -
HSV(B) 36.55º 0.95% 0.45% -
XYZ 9.62 8.49 1.3 -
YUV 78.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 116 73 6 0 0.37 0.95 0.55 36.55 0.9 0.24
Hex 74 49 6 0 25 5F 37 25 5A 18
Octal 164 111 6 0 45 137 67 45 132 30
Binary 1110100 1001001 110 0 100101 1011111 110111 100101 1011010 11000

Color Harmonies of #744906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744906

Black with #744906

Text Example


Text Example

White with #744906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744906; }

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

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

background-color css

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

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

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

border-color css

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

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

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