Html Css Color HEX #642A28 Kenyan Copper

📋 copy color: '#642A28'

red 100 ◦ green 42 ◦ blue 40

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

Shades of Kenyan Copper #642A28

Tints of Kenyan Copper #642A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.08%

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

R = 54.95%
G = 23.08%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#642A28 (or 0x642A28) is known color: Kenyan Copper. HEX triplet: 64, 2A and 28. RGB value is (100,42,40). Sum of RGB (Red+Green+Blue) = 100+42+40=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #642A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A28 is #9BD5D7. Grayscale: #3B3B3B. Windows color (decimal): -10212824 or 2632292. OLE color: 2632292.

HSL color Cylindrical-coordinate representation of color #642A28: hue angle of 2º 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 #642A28 is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 42 40 -
CMYK 0 0.58 0.6 0.61
HSL 0.43% 0.27% -
HSV(B) 0.6% 0.39% -
XYZ 6.47 4.52 2.54 -
YUV 59.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 100 42 40 0 0.58 0.6 0.61 2 0.43 0.27
Hex 64 2A 28 0 3A 3C 3D 2 2B 1B
Octal 144 52 50 0 72 74 75 2 53 33
Binary 1100100 101010 101000 0 111010 111100 111101 10 101011 11011

Color Harmonies of #642A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642A28

Black with #642A28

Text Example


Text Example

White with #642A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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