Html Css Color HEX #6F514A Congo Brown

📋 copy color: '#6F514A'

red 111 ◦ green 81 ◦ blue 74

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

Shades of Congo Brown #6F514A

Tints of Congo Brown #6F514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 74 (29.3% from 255) = 27.82%

R = 41.73%
G = 30.45%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F514A (or 0x6F514A) is known color: Congo Brown. HEX triplet: 6F, 51 and 4A. RGB value is (111,81,74). Sum of RGB (Red+Green+Blue) = 111+81+74=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F514A is #90AEB5. Grayscale: #595959. Windows color (decimal): -9481910 or 4870511. OLE color: 4870511.

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

Color convert

RGB 111 81 74 -
CMYK 0 0.27 0.33 0.56
HSL 11.35º 0.2% 0.36% -
HSV(B) 11.35º 0.33% 0.44% -
XYZ 10.73 9.76 7.8 -
YUV 89.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 111 81 74 0 0.27 0.33 0.56 11.35 0.2 0.36
Hex 6F 51 4A 0 1B 21 38 B 14 24
Octal 157 121 112 0 33 41 70 13 24 44
Binary 1101111 1010001 1001010 0 11011 100001 111000 1011 10100 100100

Color Harmonies of #6F514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F514A

Black with #6F514A

Text Example


Text Example

White with #6F514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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