Html Css Color HEX #6F674D Crocodile

📋 copy color: '#6F674D'

red 111 ◦ green 103 ◦ blue 77

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

Shades of Crocodile #6F674D

Tints of Crocodile #6F674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

 BLUE value IS 77 (30.47% from 255) = 26.46%

R = 38.14%
G = 35.4%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F674D (or 0x6F674D) is known color: Crocodile. HEX triplet: 6F, 67 and 4D. RGB value is (111,103,77). Sum of RGB (Red+Green+Blue) = 111+103+77=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F674D is #9098B2. Grayscale: #666666. Windows color (decimal): -9476275 or 5072751. OLE color: 5072751.

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

Color convert

RGB 111 103 77 -
CMYK 0 0.07 0.31 0.56
HSL 45.88º 0.18% 0.37% -
HSV(B) 45.88º 0.31% 0.44% -
XYZ 12.75 13.62 8.98 -
YUV 102.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 111 103 77 0 0.07 0.31 0.56 45.88 0.18 0.37
Hex 6F 67 4D 0 7 1F 38 2E 12 25
Octal 157 147 115 0 7 37 70 56 22 45
Binary 1101111 1100111 1001101 0 111 11111 111000 101110 10010 100101

Color Harmonies of #6F674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F674D

Black with #6F674D

Text Example


Text Example

White with #6F674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,103,77); }

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

background-color css

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

 a { background-color: rgb(111,103,77); }

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

border-color css

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

 span { border-color: rgb(111,103,77); }

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