Html Css Color HEX #745006 Raw Umber

📋 copy color: '#745006'

red 116 ◦ green 80 ◦ blue 6

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

Shades of Raw Umber #745006

Tints of Raw Umber #745006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

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

R = 57.43%
G = 39.6%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#745006 (or 0x745006) is known color: Raw Umber. HEX triplet: 74, 50 and 06. RGB value is (116,80,6). Sum of RGB (Red+Green+Blue) = 116+80+6=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #745006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745006 is #8BAFF9. Grayscale: #525252. Windows color (decimal): -9154554 or 413812. OLE color: 413812.

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

Color convert

RGB 116 80 6 -
CMYK 0 0.31 0.95 0.55
HSL 40.36º 0.9% 0.24% -
HSV(B) 40.36º 0.95% 0.45% -
XYZ 10.1 9.46 1.47 -
YUV 82.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 116 80 6 0 0.31 0.95 0.55 40.36 0.9 0.24
Hex 74 50 6 0 1F 5F 37 28 5A 18
Octal 164 120 6 0 37 137 67 50 132 30
Binary 1110100 1010000 110 0 11111 1011111 110111 101000 1011010 11000

Color Harmonies of #745006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745006

Black with #745006

Text Example


Text Example

White with #745006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745006; }

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

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

background-color css

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

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

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

border-color css

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

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

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