Html Css Color HEX #6F4C38 Old Copper

📋 copy color: '#6F4C38'

red 111 ◦ green 76 ◦ blue 56

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

Shades of Old Copper #6F4C38

Tints of Old Copper #6F4C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

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

R = 45.68%
G = 31.28%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F4C38 (or 0x6F4C38) is known color: Old Copper. HEX triplet: 6F, 4C and 38. RGB value is (111,76,56). Sum of RGB (Red+Green+Blue) = 111+76+56=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C38 is #90B3C7. Grayscale: #545454. Windows color (decimal): -9483208 or 3689583. OLE color: 3689583.

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

Color convert

RGB 111 76 56 -
CMYK 0 0.32 0.50 0.56
HSL 21.82º 0.33% 0.33% -
HSV(B) 21.82º 0.5% 0.44% -
XYZ 9.85 8.83 4.93 -
YUV 84.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 111 76 56 0 0.32 0.50 0.56 21.82 0.33 0.33
Hex 6F 4C 38 0 20 32 38 16 21 21
Octal 157 114 70 0 40 62 70 26 41 41
Binary 1101111 1001100 111000 0 100000 110010 111000 10110 100001 100001

Color Harmonies of #6F4C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C38

Black with #6F4C38

Text Example


Text Example

White with #6F4C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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