Html Css Color HEX #6D402F Copper Canyon

📋 copy color: '#6D402F'

red 109 ◦ green 64 ◦ blue 47

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

Shades of Copper Canyon #6D402F

Tints of Copper Canyon #6D402F

RGB

 RED value IS 109 (42.97% from 255) = 49.55%

 GREEN value IS 64 (25.39% from 255) = 29.09%

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

R = 49.55%
G = 29.09%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6D402F (or 0x6D402F) is known color: Copper Canyon. HEX triplet: 6D, 40 and 2F. RGB value is (109,64,47). Sum of RGB (Red+Green+Blue) = 109+64+47=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D402F is #92BFD0. Grayscale: #4B4B4B. Windows color (decimal): -9617361 or 3096685. OLE color: 3096685.

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

Color convert

RGB 109 64 47 -
CMYK 0 0.41 0.57 0.57
HSL 16.45º 0.4% 0.31% -
HSV(B) 16.45º 0.57% 0.43% -
XYZ 8.65 7.12 3.61 -
YUV 75.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 109 64 47 0 0.41 0.57 0.57 16.45 0.4 0.31
Hex 6D 40 2F 0 29 39 39 10 28 1F
Octal 155 100 57 0 51 71 71 20 50 37
Binary 1101101 1000000 101111 0 101001 111001 111001 10000 101000 11111

Color Harmonies of #6D402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D402F

Black with #6D402F

Text Example


Text Example

White with #6D402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,64,47); }

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

background-color css

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

 a { background-color: rgb(109,64,47); }

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

border-color css

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

 span { border-color: rgb(109,64,47); }

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