Html Css Color HEX #6E664A Crocodile

📋 copy color: '#6E664A'

red 110 ◦ green 102 ◦ blue 74

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

Shades of Crocodile #6E664A

Tints of Crocodile #6E664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 38.46%
G = 35.66%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E664A (or 0x6E664A) is known color: Crocodile. HEX triplet: 6E, 66 and 4A. RGB value is (110,102,74). Sum of RGB (Red+Green+Blue) = 110+102+74=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E664A is #9199B5. Grayscale: #656565. Windows color (decimal): -9542070 or 4875886. OLE color: 4875886.

HSL color Cylindrical-coordinate representation of color #6E664A: hue angle of 46.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E664A is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 102 74 -
CMYK 0 0.07 0.33 0.57
HSL 46.67º 0.2% 0.36% -
HSV(B) 46.67º 0.33% 0.43% -
XYZ 12.42 13.31 8.39 -
YUV 101.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 110 102 74 0 0.07 0.33 0.57 46.67 0.2 0.36
Hex 6E 66 4A 0 7 21 39 2F 14 24
Octal 156 146 112 0 7 41 71 57 24 44
Binary 1101110 1100110 1001010 0 111 100001 111001 101111 10100 100100

Color Harmonies of #6E664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E664A

Black with #6E664A

Text Example


Text Example

White with #6E664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,74); }

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

background-color css

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

 a { background-color: rgb(110,102,74); }

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

border-color css

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

 span { border-color: rgb(110,102,74); }

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