Html Css Color HEX #6F6B51 Crocodile

📋 copy color: '#6F6B51'

red 111 ◦ green 107 ◦ blue 81

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

Shades of Crocodile #6F6B51

Tints of Crocodile #6F6B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.09%

R = 37.12%
G = 35.79%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F6B51 (or 0x6F6B51) is known color: Crocodile. HEX triplet: 6F, 6B and 51. RGB value is (111,107,81). Sum of RGB (Red+Green+Blue) = 111+107+81=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B51 is #9094AE. Grayscale: #696969. Windows color (decimal): -9475247 or 5335919. OLE color: 5335919.

HSL color Cylindrical-coordinate representation of color #6F6B51: hue angle of 52º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F6B51 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 107 81 -
CMYK 0 0.04 0.27 0.56
HSL 52º 0.16% 0.38% -
HSV(B) 52º 0.27% 0.44% -
XYZ 13.3 14.49 9.88 -
YUV 105.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 111 107 81 0 0.04 0.27 0.56 52 0.16 0.38
Hex 6F 6B 51 0 4 1B 38 34 10 26
Octal 157 153 121 0 4 33 70 64 20 46
Binary 1101111 1101011 1010001 0 100 11011 111000 110100 10000 100110

Color Harmonies of #6F6B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B51

Black with #6F6B51

Text Example


Text Example

White with #6F6B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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