Html Css Color HEX #755E06 Raw Umber

📋 copy color: '#755E06'

red 117 ◦ green 94 ◦ blue 6

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

Shades of Raw Umber #755E06

Tints of Raw Umber #755E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.32%

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

R = 53.92%
G = 43.32%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#755E06 (or 0x755E06) is known color: Raw Umber. HEX triplet: 75, 5E and 06. RGB value is (117,94,6). Sum of RGB (Red+Green+Blue) = 117+94+6=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #755E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E06 is #8AA1F9. Grayscale: #5B5B5B. Windows color (decimal): -9085434 or 417397. OLE color: 417397.

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

Color convert

RGB 117 94 6 -
CMYK 0 0.20 0.95 0.54
HSL 47.57º 0.9% 0.24% -
HSV(B) 47.57º 0.95% 0.46% -
XYZ 11.37 11.8 1.85 -
YUV 90.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 117 94 6 0 0.20 0.95 0.54 47.57 0.9 0.24
Hex 75 5E 6 0 14 5F 36 30 5A 18
Octal 165 136 6 0 24 137 66 60 132 30
Binary 1110101 1011110 110 0 10100 1011111 110110 110000 1011010 11000

Color Harmonies of #755E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E06

Black with #755E06

Text Example


Text Example

White with #755E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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