Html Css Color HEX #6F4E38 Old Copper

📋 copy color: '#6F4E38'

red 111 ◦ green 78 ◦ blue 56

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

Shades of Old Copper #6F4E38

Tints of Old Copper #6F4E38

RGB

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

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

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

R = 45.31%
G = 31.84%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F4E38 (or 0x6F4E38) is known color: Old Copper. HEX triplet: 6F, 4E and 38. RGB value is (111,78,56). Sum of RGB (Red+Green+Blue) = 111+78+56=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E38 is #90B1C7. Grayscale: #555555. Windows color (decimal): -9482696 or 3690095. OLE color: 3690095.

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

Color convert

RGB 111 78 56 -
CMYK 0 0.30 0.50 0.56
HSL 24º 0.33% 0.33% -
HSV(B) 24º 0.5% 0.44% -
XYZ 9.99 9.11 4.97 -
YUV 85.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 111 78 56 0 0.30 0.50 0.56 24 0.33 0.33
Hex 6F 4E 38 0 1E 32 38 18 21 21
Octal 157 116 70 0 36 62 70 30 41 41
Binary 1101111 1001110 111000 0 11110 110010 111000 11000 100001 100001

Color Harmonies of #6F4E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E38

Black with #6F4E38

Text Example


Text Example

White with #6F4E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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