Html Css Color HEX #6E694D Crocodile

📋 copy color: '#6E694D'

red 110 ◦ green 105 ◦ blue 77

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

Shades of Crocodile #6E694D

Tints of Crocodile #6E694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 37.67%
G = 35.96%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#6E694D (or 0x6E694D) is known color: Crocodile. HEX triplet: 6E, 69 and 4D. RGB value is (110,105,77). Sum of RGB (Red+Green+Blue) = 110+105+77=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E694D is #9196B2. Grayscale: #676767. Windows color (decimal): -9541299 or 5073262. OLE color: 5073262.

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

Color convert

RGB 110 105 77 -
CMYK 0 0.05 0.3 0.57
HSL 50.91º 0.18% 0.37% -
HSV(B) 50.91º 0.3% 0.43% -
XYZ 12.82 13.95 9.04 -
YUV 103.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 110 105 77 0 0.05 0.3 0.57 50.91 0.18 0.37
Hex 6E 69 4D 0 5 1E 39 33 12 25
Octal 156 151 115 0 5 36 71 63 22 45
Binary 1101110 1101001 1001101 0 101 11110 111001 110011 10010 100101

Color Harmonies of #6E694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E694D

Black with #6E694D

Text Example


Text Example

White with #6E694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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