Html Css Color HEX #6F5239 Old Copper

📋 copy color: '#6F5239'

red 111 ◦ green 82 ◦ blue 57

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

Shades of Old Copper #6F5239

Tints of Old Copper #6F5239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

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

R = 44.4%
G = 32.8%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F5239 (or 0x6F5239) is known color: Old Copper. HEX triplet: 6F, 52 and 39. RGB value is (111,82,57). Sum of RGB (Red+Green+Blue) = 111+82+57=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5239 is #90ADC6. Grayscale: #575757. Windows color (decimal): -9481671 or 3756655. OLE color: 3756655.

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

Color convert

RGB 111 82 57 -
CMYK 0 0.26 0.49 0.56
HSL 27.78º 0.32% 0.33% -
HSV(B) 27.78º 0.49% 0.44% -
XYZ 10.31 9.71 5.2 -
YUV 87.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 111 82 57 0 0.26 0.49 0.56 27.78 0.32 0.33
Hex 6F 52 39 0 1A 31 38 1C 20 21
Octal 157 122 71 0 32 61 70 34 40 41
Binary 1101111 1010010 111001 0 11010 110001 111000 11100 100000 100001

Color Harmonies of #6F5239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5239

Black with #6F5239

Text Example


Text Example

White with #6F5239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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