Html Css Color HEX #6F4C47 Congo Brown

📋 copy color: '#6F4C47'

red 111 ◦ green 76 ◦ blue 71

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

Shades of Congo Brown #6F4C47

Tints of Congo Brown #6F4C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 43.02%
G = 29.46%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F4C47 (or 0x6F4C47) is known color: Congo Brown. HEX triplet: 6F, 4C and 47. RGB value is (111,76,71). Sum of RGB (Red+Green+Blue) = 111+76+71=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C47 is #90B3B8. Grayscale: #555555. Windows color (decimal): -9483193 or 4672623. OLE color: 4672623.

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

Color convert

RGB 111 76 71 -
CMYK 0 0.32 0.36 0.56
HSL 7.5º 0.22% 0.36% -
HSV(B) 7.5º 0.36% 0.44% -
XYZ 10.28 9 7.16 -
YUV 85.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 111 76 71 0 0.32 0.36 0.56 7.5 0.22 0.36
Hex 6F 4C 47 0 20 24 38 8 16 24
Octal 157 114 107 0 40 44 70 10 26 44
Binary 1101111 1001100 1000111 0 100000 100100 111000 1000 10110 100100

Color Harmonies of #6F4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C47

Black with #6F4C47

Text Example


Text Example

White with #6F4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,71); }

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

background-color css

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

 a { background-color: rgb(111,76,71); }

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

border-color css

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

 span { border-color: rgb(111,76,71); }

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