Html Css Color HEX #75645E Russett

📋 copy color: '#75645E'

red 117 ◦ green 100 ◦ blue 94

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

Shades of Russett #75645E

Tints of Russett #75645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 37.62%
G = 32.15%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75645E (or 0x75645E) is known color: Russett. HEX triplet: 75, 64 and 5E. RGB value is (117,100,94). Sum of RGB (Red+Green+Blue) = 117+100+94=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75645E is #8A9BA1. Grayscale: #686868. Windows color (decimal): -9083810 or 6186101. OLE color: 6186101.

HSL color Cylindrical-coordinate representation of color #75645E: hue angle of 15.65º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75645E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 94 -
CMYK 0 0.15 0.20 0.54
HSL 15.65º 0.11% 0.41% -
HSV(B) 15.65º 0.2% 0.46% -
XYZ 13.91 13.7 12.5 -
YUV 104.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 117 100 94 0 0.15 0.20 0.54 15.65 0.11 0.41
Hex 75 64 5E 0 F 14 36 10 B 29
Octal 165 144 136 0 17 24 66 20 13 51
Binary 1110101 1100100 1011110 0 1111 10100 110110 10000 1011 101001

Color Harmonies of #75645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75645E

Black with #75645E

Text Example


Text Example

White with #75645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75645E; }

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

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

background-color css

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

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

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

border-color css

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

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

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