Html Css Color HEX #6F533C Old Copper

📋 copy color: '#6F533C'

red 111 ◦ green 83 ◦ blue 60

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

Shades of Old Copper #6F533C

Tints of Old Copper #6F533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 43.7%
G = 32.68%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F533C (or 0x6F533C) is known color: Old Copper. HEX triplet: 6F, 53 and 3C. RGB value is (111,83,60). Sum of RGB (Red+Green+Blue) = 111+83+60=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F533C is #90ACC3. Grayscale: #585858. Windows color (decimal): -9481412 or 3953519. OLE color: 3953519.

HSL color Cylindrical-coordinate representation of color #6F533C: hue angle of 27.06º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F533C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 83 60 -
CMYK 0 0.25 0.46 0.56
HSL 27.06º 0.3% 0.34% -
HSV(B) 27.06º 0.46% 0.44% -
XYZ 10.46 9.89 5.63 -
YUV 88.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 111 83 60 0 0.25 0.46 0.56 27.06 0.3 0.34
Hex 6F 53 3C 0 19 2E 38 1B 1E 22
Octal 157 123 74 0 31 56 70 33 36 42
Binary 1101111 1010011 111100 0 11001 101110 111000 11011 11110 100010

Color Harmonies of #6F533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F533C

Black with #6F533C

Text Example


Text Example

White with #6F533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,60); }

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

background-color css

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

 a { background-color: rgb(111,83,60); }

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

border-color css

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

 span { border-color: rgb(111,83,60); }

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