Html Css Color HEX #662E2B Kenyan Copper

📋 copy color: '#662E2B'

red 102 ◦ green 46 ◦ blue 43

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

Shades of Kenyan Copper #662E2B

Tints of Kenyan Copper #662E2B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.08%

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 53.4%
G = 24.08%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#662E2B (or 0x662E2B) is known color: Kenyan Copper. HEX triplet: 66, 2E and 2B. RGB value is (102,46,43). Sum of RGB (Red+Green+Blue) = 102+46+43=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #662E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E2B is #99D1D4. Grayscale: #3E3E3E. Windows color (decimal): -10080725 or 2829926. OLE color: 2829926.

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

Color convert

RGB 102 46 43 -
CMYK 0 0.55 0.58 0.6
HSL 3.05º 0.41% 0.28% -
HSV(B) 3.05º 0.58% 0.4% -
XYZ 6.89 4.95 2.88 -
YUV 62.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 102 46 43 0 0.55 0.58 0.6 3.05 0.41 0.28
Hex 66 2E 2B 0 37 3A 3C 3 29 1C
Octal 146 56 53 0 67 72 74 3 51 34
Binary 1100110 101110 101011 0 110111 111010 111100 11 101001 11100

Color Harmonies of #662E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662E2B

Black with #662E2B

Text Example


Text Example

White with #662E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,46,43); }

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

background-color css

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

 a { background-color: rgb(102,46,43); }

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

border-color css

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

 span { border-color: rgb(102,46,43); }

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