Html Css Color HEX #745E06 Raw Umber

📋 copy color: '#745E06'

red 116 ◦ green 94 ◦ blue 6

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

Shades of Raw Umber #745E06

Tints of Raw Umber #745E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.52%

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

R = 53.7%
G = 43.52%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#745E06 (or 0x745E06) is known color: Raw Umber. HEX triplet: 74, 5E and 06. RGB value is (116,94,6). Sum of RGB (Red+Green+Blue) = 116+94+6=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #745E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E06 is #8BA1F9. Grayscale: #5A5A5A. Windows color (decimal): -9150970 or 417396. OLE color: 417396.

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

Color convert

RGB 116 94 6 -
CMYK 0 0.19 0.95 0.55
HSL 48º 0.9% 0.24% -
HSV(B) 48º 0.95% 0.45% -
XYZ 11.24 11.73 1.84 -
YUV 90.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 116 94 6 0 0.19 0.95 0.55 48 0.9 0.24
Hex 74 5E 6 0 13 5F 37 30 5A 18
Octal 164 136 6 0 23 137 67 60 132 30
Binary 1110100 1011110 110 0 10011 1011111 110111 110000 1011010 11000

Color Harmonies of #745E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E06

Black with #745E06

Text Example


Text Example

White with #745E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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