Html Css Color HEX #6F5039 Old Copper

📋 copy color: '#6F5039'

red 111 ◦ green 80 ◦ blue 57

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

Shades of Old Copper #6F5039

Tints of Old Copper #6F5039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 57 (22.66% from 255) = 22.98%

R = 44.76%
G = 32.26%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F5039 (or 0x6F5039) is known color: Old Copper. HEX triplet: 6F, 50 and 39. RGB value is (111,80,57). Sum of RGB (Red+Green+Blue) = 111+80+57=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5039 is #90AFC6. Grayscale: #565656. Windows color (decimal): -9482183 or 3756143. OLE color: 3756143.

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

Color convert

RGB 111 80 57 -
CMYK 0 0.28 0.49 0.56
HSL 25.56º 0.32% 0.33% -
HSV(B) 25.56º 0.49% 0.44% -
XYZ 10.16 9.41 5.15 -
YUV 86.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 111 80 57 0 0.28 0.49 0.56 25.56 0.32 0.33
Hex 6F 50 39 0 1C 31 38 1A 20 21
Octal 157 120 71 0 34 61 70 32 40 41
Binary 1101111 1010000 111001 0 11100 110001 111000 11010 100000 100001

Color Harmonies of #6F5039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5039

Black with #6F5039

Text Example


Text Example

White with #6F5039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,57); }

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

background-color css

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

 a { background-color: rgb(111,80,57); }

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

border-color css

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

 span { border-color: rgb(111,80,57); }

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