Html Css Color HEX #6F6959 Crocodile

📋 copy color: '#6F6959'

red 111 ◦ green 105 ◦ blue 89

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

Shades of Crocodile #6F6959

Tints of Crocodile #6F6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 36.39%
G = 34.43%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F6959 (or 0x6F6959) is known color: Crocodile. HEX triplet: 6F, 69 and 59. RGB value is (111,105,89). Sum of RGB (Red+Green+Blue) = 111+105+89=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6959 is #9096A6. Grayscale: #696969. Windows color (decimal): -9475751 or 5859695. OLE color: 5859695.

HSL color Cylindrical-coordinate representation of color #6F6959: hue angle of 43.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 #6F6959 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 105 89 -
CMYK 0 0.05 0.20 0.56
HSL 43.64º 0.11% 0.39% -
HSV(B) 43.64º 0.2% 0.44% -
XYZ 13.41 14.2 11.49 -
YUV 104.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 111 105 89 0 0.05 0.20 0.56 43.64 0.11 0.39
Hex 6F 69 59 0 5 14 38 2C B 27
Octal 157 151 131 0 5 24 70 54 13 47
Binary 1101111 1101001 1011001 0 101 10100 111000 101100 1011 100111

Color Harmonies of #6F6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6959

Black with #6F6959

Text Example


Text Example

White with #6F6959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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