Html Css Color HEX #6E6950 Crocodile

📋 copy color: '#6E6950'

red 110 ◦ green 105 ◦ blue 80

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

Shades of Crocodile #6E6950

Tints of Crocodile #6E6950

RGB

 RED value IS 110 (43.36% from 255) = 37.29%

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

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 37.29%
G = 35.59%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6E6950 (or 0x6E6950) is known color: Crocodile. HEX triplet: 6E, 69 and 50. RGB value is (110,105,80). Sum of RGB (Red+Green+Blue) = 110+105+80=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6950 is #9196AF. Grayscale: #676767. Windows color (decimal): -9541296 or 5269870. OLE color: 5269870.

HSL color Cylindrical-coordinate representation of color #6E6950: hue angle of 50º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E6950 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 105 80 -
CMYK 0 0.05 0.27 0.57
HSL 50º 0.16% 0.37% -
HSV(B) 50º 0.27% 0.43% -
XYZ 12.93 14 9.61 -
YUV 103.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 110 105 80 0 0.05 0.27 0.57 50 0.16 0.37
Hex 6E 69 50 0 5 1B 39 32 10 25
Octal 156 151 120 0 5 33 71 62 20 45
Binary 1101110 1101001 1010000 0 101 11011 111001 110010 10000 100101

Color Harmonies of #6E6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6950

Black with #6E6950

Text Example


Text Example

White with #6E6950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,105,80); }

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

background-color css

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

 a { background-color: rgb(110,105,80); }

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

border-color css

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

 span { border-color: rgb(110,105,80); }

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