Html Css Color HEX #6F4236 Metallic Copper

📋 copy color: '#6F4236'

red 111 ◦ green 66 ◦ blue 54

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

Shades of Metallic Copper #6F4236

Tints of Metallic Copper #6F4236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 54 (21.48% from 255) = 23.38%

R = 48.05%
G = 28.57%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F4236 (or 0x6F4236) is known color: Metallic Copper. HEX triplet: 6F, 42 and 36. RGB value is (111,66,54). Sum of RGB (Red+Green+Blue) = 111+66+54=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4236 is #90BDC9. Grayscale: #4E4E4E. Windows color (decimal): -9485770 or 3555951. OLE color: 3555951.

HSL color Cylindrical-coordinate representation of color #6F4236: hue angle of 12.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F4236 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 66 54 -
CMYK 0 0.41 0.51 0.56
HSL 12.63º 0.35% 0.32% -
HSV(B) 12.63º 0.51% 0.44% -
XYZ 9.17 7.54 4.46 -
YUV 78.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 111 66 54 0 0.41 0.51 0.56 12.63 0.35 0.32
Hex 6F 42 36 0 29 33 38 D 23 20
Octal 157 102 66 0 51 63 70 15 43 40
Binary 1101111 1000010 110110 0 101001 110011 111000 1101 100011 100000

Color Harmonies of #6F4236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4236

Black with #6F4236

Text Example


Text Example

White with #6F4236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,54); }

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

background-color css

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

 a { background-color: rgb(111,66,54); }

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

border-color css

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

 span { border-color: rgb(111,66,54); }

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