Html Css Color HEX #6F523D Old Copper

📋 copy color: '#6F523D'

red 111 ◦ green 82 ◦ blue 61

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

Shades of Old Copper #6F523D

Tints of Old Copper #6F523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

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

R = 43.7%
G = 32.28%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F523D (or 0x6F523D) is known color: Old Copper. HEX triplet: 6F, 52 and 3D. RGB value is (111,82,61). Sum of RGB (Red+Green+Blue) = 111+82+61=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F523D is #90ADC2. Grayscale: #585858. Windows color (decimal): -9481667 or 4018799. OLE color: 4018799.

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

Color convert

RGB 111 82 61 -
CMYK 0 0.26 0.45 0.56
HSL 25.2º 0.29% 0.34% -
HSV(B) 25.2º 0.45% 0.44% -
XYZ 10.42 9.75 5.75 -
YUV 88.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 111 82 61 0 0.26 0.45 0.56 25.2 0.29 0.34
Hex 6F 52 3D 0 1A 2D 38 19 1D 22
Octal 157 122 75 0 32 55 70 31 35 42
Binary 1101111 1010010 111101 0 11010 101101 111000 11001 11101 100010

Color Harmonies of #6F523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F523D

Black with #6F523D

Text Example


Text Example

White with #6F523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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