Html Css Color HEX #6F3F2E Copper Canyon

📋 copy color: '#6F3F2E'

red 111 ◦ green 63 ◦ blue 46

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

Shades of Copper Canyon #6F3F2E

Tints of Copper Canyon #6F3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 50.45%
G = 28.64%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F3F2E (or 0x6F3F2E) is known color: Copper Canyon. HEX triplet: 6F, 3F and 2E. RGB value is (111,63,46). Sum of RGB (Red+Green+Blue) = 111+63+46=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F2E is #90C0D1. Grayscale: #4B4B4B. Windows color (decimal): -9486546 or 3030895. OLE color: 3030895.

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

Color convert

RGB 111 63 46 -
CMYK 0 0.43 0.59 0.56
HSL 15.69º 0.41% 0.31% -
HSV(B) 15.69º 0.59% 0.44% -
XYZ 8.83 7.13 3.5 -
YUV 75.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 111 63 46 0 0.43 0.59 0.56 15.69 0.41 0.31
Hex 6F 3F 2E 0 2B 3B 38 10 29 1F
Octal 157 77 56 0 53 73 70 20 51 37
Binary 1101111 111111 101110 0 101011 111011 111000 10000 101001 11111

Color Harmonies of #6F3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F2E

Black with #6F3F2E

Text Example


Text Example

White with #6F3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,63,46); }

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

background-color css

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

 a { background-color: rgb(111,63,46); }

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

border-color css

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

 span { border-color: rgb(111,63,46); }

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