Html Css Color HEX #6C342E Kenyan Copper

📋 copy color: '#6C342E'

red 108 ◦ green 52 ◦ blue 46

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

Shades of Kenyan Copper #6C342E

Tints of Kenyan Copper #6C342E

RGB

 RED value IS 108 (42.58% from 255) = 52.43%

 GREEN value IS 52 (20.7% from 255) = 25.24%

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

R = 52.43%
G = 25.24%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6C342E (or 0x6C342E) is known color: Kenyan Copper. HEX triplet: 6C, 34 and 2E. RGB value is (108,52,46). Sum of RGB (Red+Green+Blue) = 108+52+46=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C342E is #93CBD1. Grayscale: #444444. Windows color (decimal): -9685970 or 3028076. OLE color: 3028076.

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

Color convert

RGB 108 52 46 -
CMYK 0 0.52 0.57 0.58
HSL 5.81º 0.4% 0.3% -
HSV(B) 5.81º 0.57% 0.42% -
XYZ 7.91 5.84 3.3 -
YUV 68.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 108 52 46 0 0.52 0.57 0.58 5.81 0.4 0.3
Hex 6C 34 2E 0 34 39 3A 6 28 1E
Octal 154 64 56 0 64 71 72 6 50 36
Binary 1101100 110100 101110 0 110100 111001 111010 110 101000 11110

Color Harmonies of #6C342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C342E

Black with #6C342E

Text Example


Text Example

White with #6C342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,52,46); }

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

background-color css

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

 a { background-color: rgb(108,52,46); }

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

border-color css

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

 span { border-color: rgb(108,52,46); }

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