Html Css Color HEX #6F5137 Old Copper

📋 copy color: '#6F5137'

red 111 ◦ green 81 ◦ blue 55

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

Shades of Old Copper #6F5137

Tints of Old Copper #6F5137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 44.94%
G = 32.79%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F5137 (or 0x6F5137) is known color: Old Copper. HEX triplet: 6F, 51 and 37. RGB value is (111,81,55). Sum of RGB (Red+Green+Blue) = 111+81+55=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5137 is #90AEC8. Grayscale: #575757. Windows color (decimal): -9481929 or 3625327. OLE color: 3625327.

HSL color Cylindrical-coordinate representation of color #6F5137: hue angle of 27.86º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5137 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 55 -
CMYK 0 0.27 0.50 0.56
HSL 27.86º 0.34% 0.33% -
HSV(B) 27.86º 0.5% 0.44% -
XYZ 10.19 9.54 4.92 -
YUV 87.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 111 81 55 0 0.27 0.50 0.56 27.86 0.34 0.33
Hex 6F 51 37 0 1B 32 38 1C 22 21
Octal 157 121 67 0 33 62 70 34 42 41
Binary 1101111 1010001 110111 0 11011 110010 111000 11100 100010 100001

Color Harmonies of #6F5137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5137

Black with #6F5137

Text Example


Text Example

White with #6F5137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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