Html Css Color HEX #6E312A Kenyan Copper

📋 copy color: '#6E312A'

red 110 ◦ green 49 ◦ blue 42

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

Shades of Kenyan Copper #6E312A

Tints of Kenyan Copper #6E312A

RGB

 RED value IS 110 (43.36% from 255) = 54.73%

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

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

R = 54.73%
G = 24.38%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6E312A (or 0x6E312A) is known color: Kenyan Copper. HEX triplet: 6E, 31 and 2A. RGB value is (110,49,42). Sum of RGB (Red+Green+Blue) = 110+49+42=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E312A is #91CED5. Grayscale: #424242. Windows color (decimal): -9555670 or 2765166. OLE color: 2765166.

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

Color convert

RGB 110 49 42 -
CMYK 0 0.55 0.62 0.57
HSL 6.18º 0.45% 0.3% -
HSV(B) 6.18º 0.62% 0.43% -
XYZ 7.95 5.68 2.87 -
YUV 66.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 110 49 42 0 0.55 0.62 0.57 6.18 0.45 0.3
Hex 6E 31 2A 0 37 3E 39 6 2D 1E
Octal 156 61 52 0 67 76 71 6 55 36
Binary 1101110 110001 101010 0 110111 111110 111001 110 101101 11110

Color Harmonies of #6E312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E312A

Black with #6E312A

Text Example


Text Example

White with #6E312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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