Html Css Color HEX #6C352F Kenyan Copper

📋 copy color: '#6C352F'

red 108 ◦ green 53 ◦ blue 47

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

Shades of Kenyan Copper #6C352F

Tints of Kenyan Copper #6C352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

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

R = 51.92%
G = 25.48%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C352F (or 0x6C352F) is known color: Kenyan Copper. HEX triplet: 6C, 35 and 2F. RGB value is (108,53,47). Sum of RGB (Red+Green+Blue) = 108+53+47=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C352F is #93CAD0. Grayscale: #444444. Windows color (decimal): -9685713 or 3093868. OLE color: 3093868.

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

Color convert

RGB 108 53 47 -
CMYK 0 0.51 0.56 0.58
HSL 5.9º 0.39% 0.3% -
HSV(B) 5.9º 0.56% 0.42% -
XYZ 7.97 5.94 3.42 -
YUV 68.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 108 53 47 0 0.51 0.56 0.58 5.9 0.39 0.3
Hex 6C 35 2F 0 33 38 3A 6 27 1E
Octal 154 65 57 0 63 70 72 6 47 36
Binary 1101100 110101 101111 0 110011 111000 111010 110 100111 11110

Color Harmonies of #6C352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C352F

Black with #6C352F

Text Example


Text Example

White with #6C352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,53,47); }

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

background-color css

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

 a { background-color: rgb(108,53,47); }

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

border-color css

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

 span { border-color: rgb(108,53,47); }

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