Html Css Color HEX #744306 Raw Umber

📋 copy color: '#744306'

red 116 ◦ green 67 ◦ blue 6

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

Shades of Raw Umber #744306

Tints of Raw Umber #744306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 61.38%
G = 35.45%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#744306 (or 0x744306) is known color: Raw Umber. HEX triplet: 74, 43 and 06. RGB value is (116,67,6). Sum of RGB (Red+Green+Blue) = 116+67+6=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #744306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744306 is #8BBCF9. Grayscale: #4A4A4A. Windows color (decimal): -9157882 or 410484. OLE color: 410484.

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

Color convert

RGB 116 67 6 -
CMYK 0 0.42 0.95 0.55
HSL 33.27º 0.9% 0.24% -
HSV(B) 33.27º 0.95% 0.45% -
XYZ 9.24 7.74 1.18 -
YUV 74.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 116 67 6 0 0.42 0.95 0.55 33.27 0.9 0.24
Hex 74 43 6 0 2A 5F 37 21 5A 18
Octal 164 103 6 0 52 137 67 41 132 30
Binary 1110100 1000011 110 0 101010 1011111 110111 100001 1011010 11000

Color Harmonies of #744306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744306

Black with #744306

Text Example


Text Example

White with #744306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744306; }

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

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

background-color css

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

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

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

border-color css

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

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

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