Html Css Color HEX #6F4E35 Old Copper

📋 copy color: '#6F4E35'

red 111 ◦ green 78 ◦ blue 53

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

Shades of Old Copper #6F4E35

Tints of Old Copper #6F4E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 45.87%
G = 32.23%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F4E35 (or 0x6F4E35) is known color: Old Copper. HEX triplet: 6F, 4E and 35. RGB value is (111,78,53). Sum of RGB (Red+Green+Blue) = 111+78+53=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E35 is #90B1CA. Grayscale: #555555. Windows color (decimal): -9482699 or 3493487. OLE color: 3493487.

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

Color convert

RGB 111 78 53 -
CMYK 0 0.30 0.52 0.56
HSL 25.86º 0.35% 0.32% -
HSV(B) 25.86º 0.52% 0.44% -
XYZ 9.92 9.09 4.6 -
YUV 85.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 111 78 53 0 0.30 0.52 0.56 25.86 0.35 0.32
Hex 6F 4E 35 0 1E 34 38 1A 23 20
Octal 157 116 65 0 36 64 70 32 43 40
Binary 1101111 1001110 110101 0 11110 110100 111000 11010 100011 100000

Color Harmonies of #6F4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E35

Black with #6F4E35

Text Example


Text Example

White with #6F4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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