Html Css Color HEX #6F6B58 Crocodile

📋 copy color: '#6F6B58'

red 111 ◦ green 107 ◦ blue 88

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

Shades of Crocodile #6F6B58

Tints of Crocodile #6F6B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

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

R = 36.27%
G = 34.97%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F6B58 (or 0x6F6B58) is known color: Crocodile. HEX triplet: 6F, 6B and 58. RGB value is (111,107,88). Sum of RGB (Red+Green+Blue) = 111+107+88=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B58 is #9094A7. Grayscale: #6A6A6A. Windows color (decimal): -9475240 or 5794671. OLE color: 5794671.

HSL color Cylindrical-coordinate representation of color #6F6B58: hue angle of 49.57º 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 #6F6B58 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 107 88 -
CMYK 0 0.04 0.21 0.56
HSL 49.57º 0.12% 0.39% -
HSV(B) 49.57º 0.21% 0.44% -
XYZ 13.57 14.6 11.34 -
YUV 106.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 111 107 88 0 0.04 0.21 0.56 49.57 0.12 0.39
Hex 6F 6B 58 0 4 15 38 32 C 27
Octal 157 153 130 0 4 25 70 62 14 47
Binary 1101111 1101011 1011000 0 100 10101 111000 110010 1100 100111

Color Harmonies of #6F6B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B58

Black with #6F6B58

Text Example


Text Example

White with #6F6B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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