Html Css Color HEX #745506 Raw Umber

📋 copy color: '#745506'

red 116 ◦ green 85 ◦ blue 6

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

Shades of Raw Umber #745506

Tints of Raw Umber #745506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 56.04%
G = 41.06%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#745506 (or 0x745506) is known color: Raw Umber. HEX triplet: 74, 55 and 06. RGB value is (116,85,6). Sum of RGB (Red+Green+Blue) = 116+85+6=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #745506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745506 is #8BAAF9. Grayscale: #555555. Windows color (decimal): -9153274 or 415092. OLE color: 415092.

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

Color convert

RGB 116 85 6 -
CMYK 0 0.27 0.95 0.55
HSL 43.09º 0.9% 0.24% -
HSV(B) 43.09º 0.95% 0.45% -
XYZ 10.48 10.22 1.59 -
YUV 85.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 116 85 6 0 0.27 0.95 0.55 43.09 0.9 0.24
Hex 74 55 6 0 1B 5F 37 2B 5A 18
Octal 164 125 6 0 33 137 67 53 132 30
Binary 1110100 1010101 110 0 11011 1011111 110111 101011 1011010 11000

Color Harmonies of #745506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745506

Black with #745506

Text Example


Text Example

White with #745506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745506; }

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

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

background-color css

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

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

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

border-color css

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

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

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