Html Css Color HEX #745606 Raw Umber

📋 copy color: '#745606'

red 116 ◦ green 86 ◦ blue 6

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

Shades of Raw Umber #745606

Tints of Raw Umber #745606

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

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

R = 55.77%
G = 41.35%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#745606 (or 0x745606) is known color: Raw Umber. HEX triplet: 74, 56 and 06. RGB value is (116,86,6). Sum of RGB (Red+Green+Blue) = 116+86+6=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #745606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745606 is #8BA9F9. Grayscale: #565656. Windows color (decimal): -9153018 or 415348. OLE color: 415348.

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

Color convert

RGB 116 86 6 -
CMYK 0 0.26 0.95 0.55
HSL 43.64º 0.9% 0.24% -
HSV(B) 43.64º 0.95% 0.45% -
XYZ 10.56 10.38 1.62 -
YUV 85.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 116 86 6 0 0.26 0.95 0.55 43.64 0.9 0.24
Hex 74 56 6 0 1A 5F 37 2C 5A 18
Octal 164 126 6 0 32 137 67 54 132 30
Binary 1110100 1010110 110 0 11010 1011111 110111 101100 1011010 11000

Color Harmonies of #745606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745606

Black with #745606

Text Example


Text Example

White with #745606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745606; }

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

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

background-color css

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

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

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

border-color css

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

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

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