Html Css Color HEX #6D312E Kenyan Copper

📋 copy color: '#6D312E'

red 109 ◦ green 49 ◦ blue 46

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

Shades of Kenyan Copper #6D312E

Tints of Kenyan Copper #6D312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

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

R = 53.43%
G = 24.02%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6D312E (or 0x6D312E) is known color: Kenyan Copper. HEX triplet: 6D, 31 and 2E. RGB value is (109,49,46). Sum of RGB (Red+Green+Blue) = 109+49+46=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D312E is #92CED1. Grayscale: #424242. Windows color (decimal): -9621202 or 3027309. OLE color: 3027309.

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

Color convert

RGB 109 49 46 -
CMYK 0 0.55 0.58 0.57
HSL 2.86º 0.41% 0.3% -
HSV(B) 2.86º 0.58% 0.43% -
XYZ 7.9 5.65 3.26 -
YUV 66.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 109 49 46 0 0.55 0.58 0.57 2.86 0.41 0.3
Hex 6D 31 2E 0 37 3A 39 3 29 1E
Octal 155 61 56 0 67 72 71 3 51 36
Binary 1101101 110001 101110 0 110111 111010 111001 11 101001 11110

Color Harmonies of #6D312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D312E

Black with #6D312E

Text Example


Text Example

White with #6D312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,49,46); }

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

background-color css

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

 a { background-color: rgb(109,49,46); }

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

border-color css

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

 span { border-color: rgb(109,49,46); }

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