Html Css Color HEX #6F524A Congo Brown

📋 copy color: '#6F524A'

red 111 ◦ green 82 ◦ blue 74

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

Shades of Congo Brown #6F524A

Tints of Congo Brown #6F524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 41.57%
G = 30.71%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F524A (or 0x6F524A) is known color: Congo Brown. HEX triplet: 6F, 52 and 4A. RGB value is (111,82,74). Sum of RGB (Red+Green+Blue) = 111+82+74=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F524A is #90ADB5. Grayscale: #595959. Windows color (decimal): -9481654 or 4870767. OLE color: 4870767.

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

Color convert

RGB 111 82 74 -
CMYK 0 0.26 0.33 0.56
HSL 12.97º 0.2% 0.36% -
HSV(B) 12.97º 0.33% 0.44% -
XYZ 10.81 9.91 7.82 -
YUV 89.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 111 82 74 0 0.26 0.33 0.56 12.97 0.2 0.36
Hex 6F 52 4A 0 1A 21 38 D 14 24
Octal 157 122 112 0 32 41 70 15 24 44
Binary 1101111 1010010 1001010 0 11010 100001 111000 1101 10100 100100

Color Harmonies of #6F524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F524A

Black with #6F524A

Text Example


Text Example

White with #6F524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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