Html Css Color HEX #6F595F Scorpion

📋 copy color: '#6F595F'

red 111 ◦ green 89 ◦ blue 95

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

Shades of Scorpion #6F595F

Tints of Scorpion #6F595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 37.63%
G = 30.17%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F595F (or 0x6F595F) is known color: Scorpion. HEX triplet: 6F, 59 and 5F. RGB value is (111,89,95). Sum of RGB (Red+Green+Blue) = 111+89+95=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F595F is #90A6A0. Grayscale: #606060. Windows color (decimal): -9479841 or 6248815. OLE color: 6248815.

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

Color convert

RGB 111 89 95 -
CMYK 0 0.20 0.14 0.56
HSL 343.64º 0.11% 0.39% -
HSV(B) 343.64º 0.2% 0.44% -
XYZ 12.19 11.35 12.37 -
YUV 96.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 111 89 95 0 0.20 0.14 0.56 343.64 0.11 0.39
Hex 6F 59 5F 0 14 E 38 158 B 27
Octal 157 131 137 0 24 16 70 530 13 47
Binary 1101111 1011001 1011111 0 10100 1110 111000 101011000 1011 100111

Color Harmonies of #6F595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F595F

Black with #6F595F

Text Example


Text Example

White with #6F595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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