Html Css Color HEX #6F524B Congo Brown

📋 copy color: '#6F524B'

red 111 ◦ green 82 ◦ blue 75

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

Shades of Congo Brown #6F524B

Tints of Congo Brown #6F524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 41.42%
G = 30.6%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F524B (or 0x6F524B) is known color: Congo Brown. HEX triplet: 6F, 52 and 4B. RGB value is (111,82,75). Sum of RGB (Red+Green+Blue) = 111+82+75=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F524B is #90ADB4. Grayscale: #595959. Windows color (decimal): -9481653 or 4936303. OLE color: 4936303.

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

Color convert

RGB 111 82 75 -
CMYK 0 0.26 0.32 0.56
HSL 11.67º 0.19% 0.36% -
HSV(B) 11.67º 0.32% 0.44% -
XYZ 10.84 9.92 8 -
YUV 89.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 111 82 75 0 0.26 0.32 0.56 11.67 0.19 0.36
Hex 6F 52 4B 0 1A 20 38 C 13 24
Octal 157 122 113 0 32 40 70 14 23 44
Binary 1101111 1010010 1001011 0 11010 100000 111000 1100 10011 100100

Color Harmonies of #6F524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F524B

Black with #6F524B

Text Example


Text Example

White with #6F524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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