Html Css Color HEX #6E322F Kenyan Copper

📋 copy color: '#6E322F'

red 110 ◦ green 50 ◦ blue 47

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

Shades of Kenyan Copper #6E322F

Tints of Kenyan Copper #6E322F

RGB

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

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

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

R = 53.14%
G = 24.15%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E322F (or 0x6E322F) is known color: Kenyan Copper. HEX triplet: 6E, 32 and 2F. RGB value is (110,50,47). Sum of RGB (Red+Green+Blue) = 110+50+47=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E322F is #91CDD0. Grayscale: #434343. Windows color (decimal): -9555409 or 3093102. OLE color: 3093102.

HSL color Cylindrical-coordinate representation of color #6E322F: hue angle of 2.86º 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 #6E322F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 50 47 -
CMYK 0 0.55 0.57 0.57
HSL 2.86º 0.4% 0.31% -
HSV(B) 2.86º 0.57% 0.43% -
XYZ 8.08 5.8 3.38 -
YUV 67.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 110 50 47 0 0.55 0.57 0.57 2.86 0.4 0.31
Hex 6E 32 2F 0 37 39 39 3 28 1F
Octal 156 62 57 0 67 71 71 3 50 37
Binary 1101110 110010 101111 0 110111 111001 111001 11 101000 11111

Color Harmonies of #6E322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E322F

Black with #6E322F

Text Example


Text Example

White with #6E322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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