Html Css Color HEX #754706 Raw Umber

📋 copy color: '#754706'

red 117 ◦ green 71 ◦ blue 6

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

Shades of Raw Umber #754706

Tints of Raw Umber #754706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 60.31%
G = 36.6%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#754706 (or 0x754706) is known color: Raw Umber. HEX triplet: 75, 47 and 06. RGB value is (117,71,6). Sum of RGB (Red+Green+Blue) = 117+71+6=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #754706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754706 is #8AB8F9. Grayscale: #4D4D4D. Windows color (decimal): -9091322 or 411509. OLE color: 411509.

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

Color convert

RGB 117 71 6 -
CMYK 0 0.39 0.95 0.54
HSL 35.14º 0.9% 0.24% -
HSV(B) 35.14º 0.95% 0.46% -
XYZ 9.62 8.3 1.27 -
YUV 77.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 117 71 6 0 0.39 0.95 0.54 35.14 0.9 0.24
Hex 75 47 6 0 27 5F 36 23 5A 18
Octal 165 107 6 0 47 137 66 43 132 30
Binary 1110101 1000111 110 0 100111 1011111 110110 100011 1011010 11000

Color Harmonies of #754706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754706

Black with #754706

Text Example


Text Example

White with #754706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754706; }

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

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

background-color css

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

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

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

border-color css

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

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

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