Html Css Color HEX #6F5148 Congo Brown

📋 copy color: '#6F5148'

red 111 ◦ green 81 ◦ blue 72

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

Shades of Congo Brown #6F5148

Tints of Congo Brown #6F5148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 42.05%
G = 30.68%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F5148 (or 0x6F5148) is known color: Congo Brown. HEX triplet: 6F, 51 and 48. RGB value is (111,81,72). Sum of RGB (Red+Green+Blue) = 111+81+72=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5148 is #90AEB7. Grayscale: #595959. Windows color (decimal): -9481912 or 4739439. OLE color: 4739439.

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

Color convert

RGB 111 81 72 -
CMYK 0 0.27 0.35 0.56
HSL 13.85º 0.21% 0.36% -
HSV(B) 13.85º 0.35% 0.44% -
XYZ 10.67 9.73 7.45 -
YUV 88.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 111 81 72 0 0.27 0.35 0.56 13.85 0.21 0.36
Hex 6F 51 48 0 1B 23 38 E 15 24
Octal 157 121 110 0 33 43 70 16 25 44
Binary 1101111 1010001 1001000 0 11011 100011 111000 1110 10101 100100

Color Harmonies of #6F5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5148

Black with #6F5148

Text Example


Text Example

White with #6F5148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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