Html Css Color HEX #6F533D Old Copper

📋 copy color: '#6F533D'

red 111 ◦ green 83 ◦ blue 61

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

Shades of Old Copper #6F533D

Tints of Old Copper #6F533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.92%

R = 43.53%
G = 32.55%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F533D (or 0x6F533D) is known color: Old Copper. HEX triplet: 6F, 53 and 3D. RGB value is (111,83,61). Sum of RGB (Red+Green+Blue) = 111+83+61=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F533D is #90ACC2. Grayscale: #585858. Windows color (decimal): -9481411 or 4019055. OLE color: 4019055.

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

Color convert

RGB 111 83 61 -
CMYK 0 0.25 0.45 0.56
HSL 26.4º 0.29% 0.34% -
HSV(B) 26.4º 0.45% 0.44% -
XYZ 10.49 9.9 5.77 -
YUV 88.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 111 83 61 0 0.25 0.45 0.56 26.4 0.29 0.34
Hex 6F 53 3D 0 19 2D 38 1A 1D 22
Octal 157 123 75 0 31 55 70 32 35 42
Binary 1101111 1010011 111101 0 11001 101101 111000 11010 11101 100010

Color Harmonies of #6F533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F533D

Black with #6F533D

Text Example


Text Example

White with #6F533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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