Html Css Color HEX #755606 Raw Umber

📋 copy color: '#755606'

red 117 ◦ green 86 ◦ blue 6

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

Shades of Raw Umber #755606

Tints of Raw Umber #755606

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.15%

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

R = 55.98%
G = 41.15%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#755606 (or 0x755606) is known color: Raw Umber. HEX triplet: 75, 56 and 06. RGB value is (117,86,6). Sum of RGB (Red+Green+Blue) = 117+86+6=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #755606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755606 is #8AA9F9. Grayscale: #565656. Windows color (decimal): -9087482 or 415349. OLE color: 415349.

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

Color convert

RGB 117 86 6 -
CMYK 0 0.26 0.95 0.54
HSL 43.24º 0.9% 0.24% -
HSV(B) 43.24º 0.95% 0.46% -
XYZ 10.7 10.45 1.63 -
YUV 86.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 117 86 6 0 0.26 0.95 0.54 43.24 0.9 0.24
Hex 75 56 6 0 1A 5F 36 2B 5A 18
Octal 165 126 6 0 32 137 66 53 132 30
Binary 1110101 1010110 110 0 11010 1011111 110110 101011 1011010 11000

Color Harmonies of #755606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755606

Black with #755606

Text Example


Text Example

White with #755606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755606; }

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

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

background-color css

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

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

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

border-color css

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

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

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