Html Css Color HEX #6F554D Congo Brown

📋 copy color: '#6F554D'

red 111 ◦ green 85 ◦ blue 77

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

Shades of Congo Brown #6F554D

Tints of Congo Brown #6F554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 40.66%
G = 31.14%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F554D (or 0x6F554D) is known color: Congo Brown. HEX triplet: 6F, 55 and 4D. RGB value is (111,85,77). Sum of RGB (Red+Green+Blue) = 111+85+77=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F554D is #90AAB2. Grayscale: #5B5B5B. Windows color (decimal): -9480883 or 5068143. OLE color: 5068143.

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

Color convert

RGB 111 85 77 -
CMYK 0 0.23 0.31 0.56
HSL 14.12º 0.18% 0.37% -
HSV(B) 14.12º 0.31% 0.44% -
XYZ 11.14 10.41 8.44 -
YUV 91.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 111 85 77 0 0.23 0.31 0.56 14.12 0.18 0.37
Hex 6F 55 4D 0 17 1F 38 E 12 25
Octal 157 125 115 0 27 37 70 16 22 45
Binary 1101111 1010101 1001101 0 10111 11111 111000 1110 10010 100101

Color Harmonies of #6F554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F554D

Black with #6F554D

Text Example


Text Example

White with #6F554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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