Html Css Color HEX #6F412F Copper Canyon

📋 copy color: '#6F412F'

red 111 ◦ green 65 ◦ blue 47

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

Shades of Copper Canyon #6F412F

Tints of Copper Canyon #6F412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 49.78%
G = 29.15%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F412F (or 0x6F412F) is known color: Copper Canyon. HEX triplet: 6F, 41 and 2F. RGB value is (111,65,47). Sum of RGB (Red+Green+Blue) = 111+65+47=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F412F is #90BED0. Grayscale: #4C4C4C. Windows color (decimal): -9486033 or 3096943. OLE color: 3096943.

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

Color convert

RGB 111 65 47 -
CMYK 0 0.41 0.58 0.56
HSL 16.88º 0.41% 0.31% -
HSV(B) 16.88º 0.58% 0.44% -
XYZ 8.96 7.37 3.64 -
YUV 76.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 111 65 47 0 0.41 0.58 0.56 16.88 0.41 0.31
Hex 6F 41 2F 0 29 3A 38 11 29 1F
Octal 157 101 57 0 51 72 70 21 51 37
Binary 1101111 1000001 101111 0 101001 111010 111000 10001 101001 11111

Color Harmonies of #6F412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F412F

Black with #6F412F

Text Example


Text Example

White with #6F412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,47); }

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

background-color css

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

 a { background-color: rgb(111,65,47); }

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

border-color css

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

 span { border-color: rgb(111,65,47); }

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