Html Css Color HEX #6F4D39 Old Copper

📋 copy color: '#6F4D39'

red 111 ◦ green 77 ◦ blue 57

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

Shades of Old Copper #6F4D39

Tints of Old Copper #6F4D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

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

R = 45.31%
G = 31.43%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F4D39 (or 0x6F4D39) is known color: Old Copper. HEX triplet: 6F, 4D and 39. RGB value is (111,77,57). Sum of RGB (Red+Green+Blue) = 111+77+57=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D39 is #90B2C6. Grayscale: #545454. Windows color (decimal): -9482951 or 3755375. OLE color: 3755375.

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

Color convert

RGB 111 77 57 -
CMYK 0 0.31 0.49 0.56
HSL 22.22º 0.32% 0.33% -
HSV(B) 22.22º 0.49% 0.44% -
XYZ 9.95 8.98 5.08 -
YUV 84.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 111 77 57 0 0.31 0.49 0.56 22.22 0.32 0.33
Hex 6F 4D 39 0 1F 31 38 16 20 21
Octal 157 115 71 0 37 61 70 26 40 41
Binary 1101111 1001101 111001 0 11111 110001 111000 10110 100000 100001

Color Harmonies of #6F4D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D39

Black with #6F4D39

Text Example


Text Example

White with #6F4D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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