Html Css Color HEX #6F6A58 Crocodile

📋 copy color: '#6F6A58'

red 111 ◦ green 106 ◦ blue 88

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

Shades of Crocodile #6F6A58

Tints of Crocodile #6F6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

 BLUE value IS 88 (34.77% from 255) = 28.85%

R = 36.39%
G = 34.75%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F6A58 (or 0x6F6A58) is known color: Crocodile. HEX triplet: 6F, 6A and 58. RGB value is (111,106,88). Sum of RGB (Red+Green+Blue) = 111+106+88=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A58 is #9095A7. Grayscale: #696969. Windows color (decimal): -9475496 or 5794415. OLE color: 5794415.

HSL color Cylindrical-coordinate representation of color #6F6A58: hue angle of 46.96º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F6A58 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 106 88 -
CMYK 0 0.05 0.21 0.56
HSL 46.96º 0.12% 0.39% -
HSV(B) 46.96º 0.21% 0.44% -
XYZ 13.47 14.39 11.3 -
YUV 105.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 111 106 88 0 0.05 0.21 0.56 46.96 0.12 0.39
Hex 6F 6A 58 0 5 15 38 2F C 27
Octal 157 152 130 0 5 25 70 57 14 47
Binary 1101111 1101010 1011000 0 101 10101 111000 101111 1100 100111

Color Harmonies of #6F6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A58

Black with #6F6A58

Text Example


Text Example

White with #6F6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,88); }

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

background-color css

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

 a { background-color: rgb(111,106,88); }

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

border-color css

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

 span { border-color: rgb(111,106,88); }

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