Html Css Color HEX #662C28 Kenyan Copper

📋 copy color: '#662C28'

red 102 ◦ green 44 ◦ blue 40

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

Shades of Kenyan Copper #662C28

Tints of Kenyan Copper #662C28

RGB

 RED value IS 102 (40.23% from 255) = 54.84%

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

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

R = 54.84%
G = 23.66%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#662C28 (or 0x662C28) is known color: Kenyan Copper. HEX triplet: 66, 2C and 28. RGB value is (102,44,40). Sum of RGB (Red+Green+Blue) = 102+44+40=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #662C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C28 is #99D3D7. Grayscale: #3C3C3C. Windows color (decimal): -10081240 or 2632806. OLE color: 2632806.

HSL color Cylindrical-coordinate representation of color #662C28: hue angle of 3.87º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662C28 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 44 40 -
CMYK 0 0.57 0.61 0.6
HSL 3.87º 0.44% 0.28% -
HSV(B) 3.87º 0.61% 0.4% -
XYZ 6.76 4.78 2.57 -
YUV 60.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 102 44 40 0 0.57 0.61 0.6 3.87 0.44 0.28
Hex 66 2C 28 0 39 3D 3C 4 2C 1C
Octal 146 54 50 0 71 75 74 4 54 34
Binary 1100110 101100 101000 0 111001 111101 111100 100 101100 11100

Color Harmonies of #662C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662C28

Black with #662C28

Text Example


Text Example

White with #662C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662C28; }

 p { color: rgb(102,44,40); }

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

background-color css

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

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

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

border-color css

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

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

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