Html Css Color HEX #6F514B Congo Brown

📋 copy color: '#6F514B'

red 111 ◦ green 81 ◦ blue 75

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

Shades of Congo Brown #6F514B

Tints of Congo Brown #6F514B

RGB

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

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

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

R = 41.57%
G = 30.34%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F514B (or 0x6F514B) is known color: Congo Brown. HEX triplet: 6F, 51 and 4B. RGB value is (111,81,75). Sum of RGB (Red+Green+Blue) = 111+81+75=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F514B is #90AEB4. Grayscale: #595959. Windows color (decimal): -9481909 or 4936047. OLE color: 4936047.

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

Color convert

RGB 111 81 75 -
CMYK 0 0.27 0.32 0.56
HSL 10º 0.19% 0.36% -
HSV(B) 10º 0.32% 0.44% -
XYZ 10.77 9.77 7.98 -
YUV 89.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 111 81 75 0 0.27 0.32 0.56 10 0.19 0.36
Hex 6F 51 4B 0 1B 20 38 A 13 24
Octal 157 121 113 0 33 40 70 12 23 44
Binary 1101111 1010001 1001011 0 11011 100000 111000 1010 10011 100100

Color Harmonies of #6F514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F514B

Black with #6F514B

Text Example


Text Example

White with #6F514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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