Html Css Color HEX #6E322E Kenyan Copper

📋 copy color: '#6E322E'

red 110 ◦ green 50 ◦ blue 46

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

Shades of Kenyan Copper #6E322E

Tints of Kenyan Copper #6E322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 53.4%
G = 24.27%
B = 22.33%

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

#6E322E (or 0x6E322E) is known color: Kenyan Copper. HEX triplet: 6E, 32 and 2E. RGB value is (110,50,46). Sum of RGB (Red+Green+Blue) = 110+50+46=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E322E is #91CDD1. Grayscale: #434343. Windows color (decimal): -9555410 or 3027566. OLE color: 3027566.

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

Color convert

RGB 110 50 46 -
CMYK 0 0.55 0.58 0.57
HSL 3.75º 0.41% 0.31% -
HSV(B) 3.75º 0.58% 0.43% -
XYZ 8.06 5.79 3.28 -
YUV 67.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 110 50 46 0 0.55 0.58 0.57 3.75 0.41 0.31
Hex 6E 32 2E 0 37 3A 39 4 29 1F
Octal 156 62 56 0 67 72 71 4 51 37
Binary 1101110 110010 101110 0 110111 111010 111001 100 101001 11111

Color Harmonies of #6E322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E322E

Black with #6E322E

Text Example


Text Example

White with #6E322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,46); }

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

background-color css

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

 a { background-color: rgb(110,50,46); }

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

border-color css

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

 span { border-color: rgb(110,50,46); }

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