Html Css Color HEX #745306 Raw Umber

📋 copy color: '#745306'

red 116 ◦ green 83 ◦ blue 6

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

Shades of Raw Umber #745306

Tints of Raw Umber #745306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 56.59%
G = 40.49%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#745306 (or 0x745306) is known color: Raw Umber. HEX triplet: 74, 53 and 06. RGB value is (116,83,6). Sum of RGB (Red+Green+Blue) = 116+83+6=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745306 is #8BACF9. Grayscale: #545454. Windows color (decimal): -9153786 or 414580. OLE color: 414580.

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

Color convert

RGB 116 83 6 -
CMYK 0 0.28 0.95 0.55
HSL 42º 0.9% 0.24% -
HSV(B) 42º 0.95% 0.45% -
XYZ 10.33 9.91 1.54 -
YUV 84.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 116 83 6 0 0.28 0.95 0.55 42 0.9 0.24
Hex 74 53 6 0 1C 5F 37 2A 5A 18
Octal 164 123 6 0 34 137 67 52 132 30
Binary 1110100 1010011 110 0 11100 1011111 110111 101010 1011010 11000

Color Harmonies of #745306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745306

Black with #745306

Text Example


Text Example

White with #745306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745306; }

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

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

background-color css

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

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

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

border-color css

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

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

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