Html Css Color HEX #66352F Kenyan Copper

📋 copy color: '#66352F'

red 102 ◦ green 53 ◦ blue 47

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

Shades of Kenyan Copper #66352F

Tints of Kenyan Copper #66352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 50.5%
G = 26.24%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66352F (or 0x66352F) is known color: Kenyan Copper. HEX triplet: 66, 35 and 2F. RGB value is (102,53,47). Sum of RGB (Red+Green+Blue) = 102+53+47=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66352F is #99CAD0. Grayscale: #434343. Windows color (decimal): -10078929 or 3093862. OLE color: 3093862.

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

Color convert

RGB 102 53 47 -
CMYK 0 0.48 0.54 0.6
HSL 6.55º 0.37% 0.29% -
HSV(B) 6.55º 0.54% 0.4% -
XYZ 7.27 5.58 3.38 -
YUV 66.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 102 53 47 0 0.48 0.54 0.6 6.55 0.37 0.29
Hex 66 35 2F 0 30 36 3C 7 25 1D
Octal 146 65 57 0 60 66 74 7 45 35
Binary 1100110 110101 101111 0 110000 110110 111100 111 100101 11101

Color Harmonies of #66352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66352F

Black with #66352F

Text Example


Text Example

White with #66352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66352F; }

 p { color: rgb(102,53,47); }

 H1.HeaderClassName
 {
   color: #66352F;
 }
 .AnyTagClassName
 {
   color: #66352F;
 }
</style>

background-color css

<style>
 a { background-color: #66352F; }

 a { background-color: rgb(102,53,47); }

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

border-color css

<style>
 span { border-color: #66352F; }

 span { border-color: rgb(102,53,47); }

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