Html Css Color HEX #6F4234 Metallic Copper

📋 copy color: '#6F4234'

red 111 ◦ green 66 ◦ blue 52

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

Shades of Metallic Copper #6F4234

Tints of Metallic Copper #6F4234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 48.47%
G = 28.82%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F4234 (or 0x6F4234) is known color: Metallic Copper. HEX triplet: 6F, 42 and 34. RGB value is (111,66,52). Sum of RGB (Red+Green+Blue) = 111+66+52=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4234 is #90BDCB. Grayscale: #4D4D4D. Windows color (decimal): -9485772 or 3424879. OLE color: 3424879.

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

Color convert

RGB 111 66 52 -
CMYK 0 0.41 0.53 0.56
HSL 14.24º 0.36% 0.32% -
HSV(B) 14.24º 0.53% 0.44% -
XYZ 9.12 7.52 4.22 -
YUV 77.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 111 66 52 0 0.41 0.53 0.56 14.24 0.36 0.32
Hex 6F 42 34 0 29 35 38 E 24 20
Octal 157 102 64 0 51 65 70 16 44 40
Binary 1101111 1000010 110100 0 101001 110101 111000 1110 100100 100000

Color Harmonies of #6F4234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4234

Black with #6F4234

Text Example


Text Example

White with #6F4234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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