Html Css Color HEX #6D312A Kenyan Copper

📋 copy color: '#6D312A'

red 109 ◦ green 49 ◦ blue 42

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

Shades of Kenyan Copper #6D312A

Tints of Kenyan Copper #6D312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21%

R = 54.5%
G = 24.5%
B = 21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D312A (or 0x6D312A) is known color: Kenyan Copper. HEX triplet: 6D, 31 and 2A. RGB value is (109,49,42). Sum of RGB (Red+Green+Blue) = 109+49+42=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D312A is #92CED5. Grayscale: #424242. Windows color (decimal): -9621206 or 2765165. OLE color: 2765165.

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

Color convert

RGB 109 49 42 -
CMYK 0 0.55 0.61 0.57
HSL 6.27º 0.44% 0.3% -
HSV(B) 6.27º 0.61% 0.43% -
XYZ 7.82 5.62 2.86 -
YUV 66.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 109 49 42 0 0.55 0.61 0.57 6.27 0.44 0.3
Hex 6D 31 2A 0 37 3D 39 6 2C 1E
Octal 155 61 52 0 67 75 71 6 54 36
Binary 1101101 110001 101010 0 110111 111101 111001 110 101100 11110

Color Harmonies of #6D312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D312A

Black with #6D312A

Text Example


Text Example

White with #6D312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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