Html Css Color HEX #66302A Kenyan Copper

📋 copy color: '#66302A'

red 102 ◦ green 48 ◦ blue 42

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

Shades of Kenyan Copper #66302A

Tints of Kenyan Copper #66302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.88%

R = 53.13%
G = 25%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#66302A (or 0x66302A) is known color: Kenyan Copper. HEX triplet: 66, 30 and 2A. RGB value is (102,48,42). Sum of RGB (Red+Green+Blue) = 102+48+42=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #66302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66302A is #99CFD5. Grayscale: #3F3F3F. Windows color (decimal): -10080214 or 2764902. OLE color: 2764902.

HSL color Cylindrical-coordinate representation of color #66302A: hue angle of 6º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66302A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 42 -
CMYK 0 0.53 0.59 0.6
HSL 0.42% 0.28% -
HSV(B) 0.59% 0.4% -
XYZ 6.95 5.11 2.81 -
YUV 63.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 102 48 42 0 0.53 0.59 0.6 6 0.42 0.28
Hex 66 30 2A 0 35 3B 3C 6 2A 1C
Octal 146 60 52 0 65 73 74 6 52 34
Binary 1100110 110000 101010 0 110101 111011 111100 110 101010 11100

Color Harmonies of #66302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66302A

Black with #66302A

Text Example


Text Example

White with #66302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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