Html Css Color HEX #642828 Kenyan Copper

📋 copy color: '#642828'

red 100 ◦ green 40 ◦ blue 40

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

Shades of Kenyan Copper #642828

Tints of Kenyan Copper #642828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 55.56%
G = 22.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#642828 (or 0x642828) is known color: Kenyan Copper. HEX triplet: 64, 28 and 28. RGB value is (100,40,40). Sum of RGB (Red+Green+Blue) = 100+40+40=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #642828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642828 is #9BD7D7. Grayscale: #393939. Windows color (decimal): -10213336 or 2631780. OLE color: 2631780.

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

Color convert

RGB 100 40 40 -
CMYK 0 0.6 0.6 0.61
HSL 0.43% 0.27% -
HSV(B) 0.6% 0.39% -
XYZ 6.4 4.38 2.52 -
YUV 57.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 100 40 40 0 0.6 0.6 0.61 0 0.43 0.27
Hex 64 28 28 0 3C 3C 3D 0 2B 1B
Octal 144 50 50 0 74 74 75 0 53 33
Binary 1100100 101000 101000 0 111100 111100 111101 0 101011 11011

Color Harmonies of #642828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642828

Black with #642828

Text Example


Text Example

White with #642828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642828; }

 p { color: rgb(100,40,40); }

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

background-color css

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

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

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

border-color css

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

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

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