Html Css Color HEX #754606 Raw Umber

📋 copy color: '#754606'

red 117 ◦ green 70 ◦ blue 6

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

Shades of Raw Umber #754606

Tints of Raw Umber #754606

RGB

 RED value IS 117 (46.09% from 255) = 60.62%

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 60.62%
G = 36.27%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#754606 (or 0x754606) is known color: Raw Umber. HEX triplet: 75, 46 and 06. RGB value is (117,70,6). Sum of RGB (Red+Green+Blue) = 117+70+6=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #754606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754606 is #8AB9F9. Grayscale: #4D4D4D. Windows color (decimal): -9091578 or 411253. OLE color: 411253.

HSL color Cylindrical-coordinate representation of color #754606: hue angle of 34.59º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #754606 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 6 -
CMYK 0 0.40 0.95 0.54
HSL 34.59º 0.9% 0.24% -
HSV(B) 34.59º 0.95% 0.46% -
XYZ 9.56 8.18 1.25 -
YUV 76.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 117 70 6 0 0.40 0.95 0.54 34.59 0.9 0.24
Hex 75 46 6 0 28 5F 36 23 5A 18
Octal 165 106 6 0 50 137 66 43 132 30
Binary 1110101 1000110 110 0 101000 1011111 110110 100011 1011010 11000

Color Harmonies of #754606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754606

Black with #754606

Text Example


Text Example

White with #754606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754606; }

 p { color: rgb(117,70,6); }

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

background-color css

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

 a { background-color: rgb(117,70,6); }

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

border-color css

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

 span { border-color: rgb(117,70,6); }

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