Html Css Color HEX #6F4A38 Old Copper

📋 copy color: '#6F4A38'

red 111 ◦ green 74 ◦ blue 56

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

Shades of Old Copper #6F4A38

Tints of Old Copper #6F4A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 46.06%
G = 30.71%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F4A38 (or 0x6F4A38) is known color: Old Copper. HEX triplet: 6F, 4A and 38. RGB value is (111,74,56). Sum of RGB (Red+Green+Blue) = 111+74+56=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A38 is #90B5C7. Grayscale: #535353. Windows color (decimal): -9483720 or 3689071. OLE color: 3689071.

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

Color convert

RGB 111 74 56 -
CMYK 0 0.33 0.50 0.56
HSL 19.64º 0.33% 0.33% -
HSV(B) 19.64º 0.5% 0.44% -
XYZ 9.72 8.56 4.88 -
YUV 83.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 111 74 56 0 0.33 0.50 0.56 19.64 0.33 0.33
Hex 6F 4A 38 0 21 32 38 14 21 21
Octal 157 112 70 0 41 62 70 24 41 41
Binary 1101111 1001010 111000 0 100001 110010 111000 10100 100001 100001

Color Harmonies of #6F4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4A38

Black with #6F4A38

Text Example


Text Example

White with #6F4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,74,56); }

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

background-color css

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

 a { background-color: rgb(111,74,56); }

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

border-color css

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

 span { border-color: rgb(111,74,56); }

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