Html Css Color HEX #66302B Kenyan Copper

📋 copy color: '#66302B'

red 102 ◦ green 48 ◦ blue 43

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

Shades of Kenyan Copper #66302B

Tints of Kenyan Copper #66302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.87%

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

R = 52.85%
G = 24.87%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#66302B (or 0x66302B) is known color: Kenyan Copper. HEX triplet: 66, 30 and 2B. RGB value is (102,48,43). Sum of RGB (Red+Green+Blue) = 102+48+43=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #66302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66302B is #99CFD4. Grayscale: #3F3F3F. Windows color (decimal): -10080213 or 2830438. OLE color: 2830438.

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

Color convert

RGB 102 48 43 -
CMYK 0 0.53 0.58 0.6
HSL 5.08º 0.41% 0.28% -
HSV(B) 5.08º 0.58% 0.4% -
XYZ 6.97 5.11 2.9 -
YUV 63.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 102 48 43 0 0.53 0.58 0.6 5.08 0.41 0.28
Hex 66 30 2B 0 35 3A 3C 5 29 1C
Octal 146 60 53 0 65 72 74 5 51 34
Binary 1100110 110000 101011 0 110101 111010 111100 101 101001 11100

Color Harmonies of #66302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66302B

Black with #66302B

Text Example


Text Example

White with #66302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66302B; }

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

 H1.HeaderClassName
 {
   color: #66302B;
 }
 .AnyTagClassName
 {
   color: #66302B;
 }
</style>

background-color css

<style>
 a { background-color: #66302B; }

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

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

border-color css

<style>
 span { border-color: #66302B; }

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

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