Html Css Color HEX #6F684C Crocodile

📋 copy color: '#6F684C'

red 111 ◦ green 104 ◦ blue 76

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

Shades of Crocodile #6F684C

Tints of Crocodile #6F684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 38.14%
G = 35.74%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F684C (or 0x6F684C) is known color: Crocodile. HEX triplet: 6F, 68 and 4C. RGB value is (111,104,76). Sum of RGB (Red+Green+Blue) = 111+104+76=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F684C is #9097B3. Grayscale: #676767. Windows color (decimal): -9476020 or 5007471. OLE color: 5007471.

HSL color Cylindrical-coordinate representation of color #6F684C: hue angle of 48º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F684C is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 104 76 -
CMYK 0 0.06 0.32 0.56
HSL 48º 0.19% 0.37% -
HSV(B) 48º 0.32% 0.44% -
XYZ 12.81 13.8 8.83 -
YUV 102.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 111 104 76 0 0.06 0.32 0.56 48 0.19 0.37
Hex 6F 68 4C 0 6 20 38 30 13 25
Octal 157 150 114 0 6 40 70 60 23 45
Binary 1101111 1101000 1001100 0 110 100000 111000 110000 10011 100101

Color Harmonies of #6F684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F684C

Black with #6F684C

Text Example


Text Example

White with #6F684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,76); }

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

background-color css

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

 a { background-color: rgb(111,104,76); }

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

border-color css

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

 span { border-color: rgb(111,104,76); }

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