Html Css Color HEX #6F5A5F Scorpion

📋 copy color: '#6F5A5F'

red 111 ◦ green 90 ◦ blue 95

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

Shades of Scorpion #6F5A5F

Tints of Scorpion #6F5A5F

RGB

 RED value IS 111 (43.75% from 255) = 37.5%

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 37.5%
G = 30.41%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F5A5F (or 0x6F5A5F) is known color: Scorpion. HEX triplet: 6F, 5A and 5F. RGB value is (111,90,95). Sum of RGB (Red+Green+Blue) = 111+90+95=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A5F is #90A5A0. Grayscale: #606060. Windows color (decimal): -9479585 or 6249071. OLE color: 6249071.

HSL color Cylindrical-coordinate representation of color #6F5A5F: hue angle of 345.71º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F5A5F is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 90 95 -
CMYK 0 0.19 0.14 0.56
HSL 345.71º 0.1% 0.39% -
HSV(B) 345.71º 0.19% 0.44% -
XYZ 12.28 11.52 12.4 -
YUV 96.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 111 90 95 0 0.19 0.14 0.56 345.71 0.1 0.39
Hex 6F 5A 5F 0 13 E 38 15A A 27
Octal 157 132 137 0 23 16 70 532 12 47
Binary 1101111 1011010 1011111 0 10011 1110 111000 101011010 1010 100111

Color Harmonies of #6F5A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A5F

Black with #6F5A5F

Text Example


Text Example

White with #6F5A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F5A5F; }

 p { color: rgb(111,90,95); }

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

background-color css

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

 a { background-color: rgb(111,90,95); }

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

border-color css

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

 span { border-color: rgb(111,90,95); }

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