Html Css Color HEX #755A06 Raw Umber

📋 copy color: '#755A06'

red 117 ◦ green 90 ◦ blue 6

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

Shades of Raw Umber #755A06

Tints of Raw Umber #755A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.25%

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

R = 54.93%
G = 42.25%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#755A06 (or 0x755A06) is known color: Raw Umber. HEX triplet: 75, 5A and 06. RGB value is (117,90,6). Sum of RGB (Red+Green+Blue) = 117+90+6=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #755A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A06 is #8AA5F9. Grayscale: #585858. Windows color (decimal): -9086458 or 416373. OLE color: 416373.

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

Color convert

RGB 117 90 6 -
CMYK 0 0.23 0.95 0.54
HSL 45.41º 0.9% 0.24% -
HSV(B) 45.41º 0.95% 0.46% -
XYZ 11.03 11.11 1.74 -
YUV 88.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 117 90 6 0 0.23 0.95 0.54 45.41 0.9 0.24
Hex 75 5A 6 0 17 5F 36 2D 5A 18
Octal 165 132 6 0 27 137 66 55 132 30
Binary 1110101 1011010 110 0 10111 1011111 110110 101101 1011010 11000

Color Harmonies of #755A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A06

Black with #755A06

Text Example


Text Example

White with #755A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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