Html Css Color HEX #64342E Kenyan Copper

📋 copy color: '#64342E'

red 100 ◦ green 52 ◦ blue 46

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

Shades of Kenyan Copper #64342E

Tints of Kenyan Copper #64342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 50.51%
G = 26.26%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#64342E (or 0x64342E) is known color: Kenyan Copper. HEX triplet: 64, 34 and 2E. RGB value is (100,52,46). Sum of RGB (Red+Green+Blue) = 100+52+46=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64342E is #9BCBD1. Grayscale: #414141. Windows color (decimal): -10210258 or 3028068. OLE color: 3028068.

HSL color Cylindrical-coordinate representation of color #64342E: hue angle of 6.67º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64342E is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 52 46 -
CMYK 0 0.48 0.54 0.61
HSL 6.67º 0.37% 0.29% -
HSV(B) 6.67º 0.54% 0.39% -
XYZ 6.98 5.36 3.25 -
YUV 65.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 100 52 46 0 0.48 0.54 0.61 6.67 0.37 0.29
Hex 64 34 2E 0 30 36 3D 7 25 1D
Octal 144 64 56 0 60 66 75 7 45 35
Binary 1100100 110100 101110 0 110000 110110 111101 111 100101 11101

Color Harmonies of #64342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64342E

Black with #64342E

Text Example


Text Example

White with #64342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64342E; }

 p { color: rgb(100,52,46); }

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

background-color css

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

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

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

border-color css

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

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

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