Html Css Color HEX #6E6954 Crocodile

📋 copy color: '#6E6954'

red 110 ◦ green 105 ◦ blue 84

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

Shades of Crocodile #6E6954

Tints of Crocodile #6E6954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.09%

R = 36.79%
G = 35.12%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6E6954 (or 0x6E6954) is known color: Crocodile. HEX triplet: 6E, 69 and 54. RGB value is (110,105,84). Sum of RGB (Red+Green+Blue) = 110+105+84=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6954 is #9196AB. Grayscale: #686868. Windows color (decimal): -9541292 or 5532014. OLE color: 5532014.

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

Color convert

RGB 110 105 84 -
CMYK 0 0.05 0.24 0.57
HSL 48.46º 0.13% 0.38% -
HSV(B) 48.46º 0.24% 0.43% -
XYZ 13.08 14.06 10.41 -
YUV 104.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 110 105 84 0 0.05 0.24 0.57 48.46 0.13 0.38
Hex 6E 69 54 0 5 18 39 30 D 26
Octal 156 151 124 0 5 30 71 60 15 46
Binary 1101110 1101001 1010100 0 101 11000 111001 110000 1101 100110

Color Harmonies of #6E6954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6954

Black with #6E6954

Text Example


Text Example

White with #6E6954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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