Html Css Color HEX #642B26 Kenyan Copper

📋 copy color: '#642B26'

red 100 ◦ green 43 ◦ blue 38

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

Shades of Kenyan Copper #642B26

Tints of Kenyan Copper #642B26

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.76%

 BLUE value IS 38 (15.23% from 255) = 20.99%

R = 55.25%
G = 23.76%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#642B26 (or 0x642B26) is known color: Kenyan Copper. HEX triplet: 64, 2B and 26. RGB value is (100,43,38). Sum of RGB (Red+Green+Blue) = 100+43+38=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #642B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B26 is #9BD4D9. Grayscale: #3B3B3B. Windows color (decimal): -10212570 or 2501476. OLE color: 2501476.

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

Color convert

RGB 100 43 38 -
CMYK 0 0.57 0.62 0.61
HSL 4.84º 0.45% 0.27% -
HSV(B) 4.84º 0.62% 0.39% -
XYZ 6.47 4.58 2.38 -
YUV 59.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 100 43 38 0 0.57 0.62 0.61 4.84 0.45 0.27
Hex 64 2B 26 0 39 3E 3D 5 2D 1B
Octal 144 53 46 0 71 76 75 5 55 33
Binary 1100100 101011 100110 0 111001 111110 111101 101 101101 11011

Color Harmonies of #642B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B26

Black with #642B26

Text Example


Text Example

White with #642B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,43,38); }

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

background-color css

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

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

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

border-color css

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

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

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