Html Css Color HEX #6C3532 Kenyan Copper

📋 copy color: '#6C3532'

red 108 ◦ green 53 ◦ blue 50

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

Shades of Kenyan Copper #6C3532

Tints of Kenyan Copper #6C3532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 51.18%
G = 25.12%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6C3532 (or 0x6C3532) is known color: Kenyan Copper. HEX triplet: 6C, 35 and 32. RGB value is (108,53,50). Sum of RGB (Red+Green+Blue) = 108+53+50=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3532 is #93CACD. Grayscale: #454545. Windows color (decimal): -9685710 or 3290476. OLE color: 3290476.

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

Color convert

RGB 108 53 50 -
CMYK 0 0.51 0.54 0.58
HSL 3.1º 0.37% 0.31% -
HSV(B) 3.1º 0.54% 0.42% -
XYZ 8.03 5.96 3.75 -
YUV 69.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 108 53 50 0 0.51 0.54 0.58 3.1 0.37 0.31
Hex 6C 35 32 0 33 36 3A 3 25 1F
Octal 154 65 62 0 63 66 72 3 45 37
Binary 1101100 110101 110010 0 110011 110110 111010 11 100101 11111

Color Harmonies of #6C3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3532

Black with #6C3532

Text Example


Text Example

White with #6C3532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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