Html Css Color HEX #6F4E3A Old Copper

📋 copy color: '#6F4E3A'

red 111 ◦ green 78 ◦ blue 58

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

Shades of Old Copper #6F4E3A

Tints of Old Copper #6F4E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.58%

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 44.94%
G = 31.58%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F4E3A (or 0x6F4E3A) is known color: Old Copper. HEX triplet: 6F, 4E and 3A. RGB value is (111,78,58). Sum of RGB (Red+Green+Blue) = 111+78+58=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E3A is #90B1C5. Grayscale: #555555. Windows color (decimal): -9482694 or 3821167. OLE color: 3821167.

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

Color convert

RGB 111 78 58 -
CMYK 0 0.30 0.48 0.56
HSL 22.64º 0.31% 0.33% -
HSV(B) 22.64º 0.48% 0.44% -
XYZ 10.04 9.13 5.24 -
YUV 85.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 111 78 58 0 0.30 0.48 0.56 22.64 0.31 0.33
Hex 6F 4E 3A 0 1E 30 38 17 1F 21
Octal 157 116 72 0 36 60 70 27 37 41
Binary 1101111 1001110 111010 0 11110 110000 111000 10111 11111 100001

Color Harmonies of #6F4E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E3A

Black with #6F4E3A

Text Example


Text Example

White with #6F4E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,58); }

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

background-color css

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

 a { background-color: rgb(111,78,58); }

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

border-color css

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

 span { border-color: rgb(111,78,58); }

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