Html Css Color HEX #642C27 Kenyan Copper

📋 copy color: '#642C27'

red 100 ◦ green 44 ◦ blue 39

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

Shades of Kenyan Copper #642C27

Tints of Kenyan Copper #642C27

RGB

 RED value IS 100 (39.45% from 255) = 54.64%

 GREEN value IS 44 (17.58% from 255) = 24.04%

 BLUE value IS 39 (15.63% from 255) = 21.31%

R = 54.64%
G = 24.04%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#642C27 (or 0x642C27) is known color: Kenyan Copper. HEX triplet: 64, 2C and 27. RGB value is (100,44,39). Sum of RGB (Red+Green+Blue) = 100+44+39=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #642C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C27 is #9BD3D8. Grayscale: #3C3C3C. Windows color (decimal): -10212313 or 2567268. OLE color: 2567268.

HSL color Cylindrical-coordinate representation of color #642C27: hue angle of 4.92º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #642C27 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 44 39 -
CMYK 0 0.56 0.61 0.61
HSL 4.92º 0.44% 0.27% -
HSV(B) 4.92º 0.61% 0.39% -
XYZ 6.52 4.66 2.47 -
YUV 60.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 100 44 39 0 0.56 0.61 0.61 4.92 0.44 0.27
Hex 64 2C 27 0 38 3D 3D 5 2C 1B
Octal 144 54 47 0 70 75 75 5 54 33
Binary 1100100 101100 100111 0 111000 111101 111101 101 101100 11011

Color Harmonies of #642C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C27

Black with #642C27

Text Example


Text Example

White with #642C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642C27; }

 p { color: rgb(100,44,39); }

 H1.HeaderClassName
 {
   color: #642C27;
 }
 .AnyTagClassName
 {
   color: #642C27;
 }
</style>

background-color css

<style>
 a { background-color: #642C27; }

 a { background-color: rgb(100,44,39); }

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

border-color css

<style>
 span { border-color: #642C27; }

 span { border-color: rgb(100,44,39); }

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