Html Css Color HEX #66521D Bronze Olive

📋 copy color: '#66521D'

red 102 ◦ green 82 ◦ blue 29

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

Shades of Bronze Olive #66521D

Tints of Bronze Olive #66521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 47.89%
G = 38.5%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66521D (or 0x66521D) is known color: Bronze Olive. HEX triplet: 66, 52 and 1D. RGB value is (102,82,29). Sum of RGB (Red+Green+Blue) = 102+82+29=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66521D is #99ADE2. Grayscale: #525252. Windows color (decimal): -10071523 or 1921638. OLE color: 1921638.

HSL color Cylindrical-coordinate representation of color #66521D: hue angle of 43.56º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66521D is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 29 -
CMYK 0 0.20 0.72 0.6
HSL 43.56º 0.56% 0.26% -
HSV(B) 43.56º 0.72% 0.4% -
XYZ 8.72 8.95 2.43 -
YUV 81.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 102 82 29 0 0.20 0.72 0.6 43.56 0.56 0.26
Hex 66 52 1D 0 14 48 3C 2C 38 1A
Octal 146 122 35 0 24 110 74 54 70 32
Binary 1100110 1010010 11101 0 10100 1001000 111100 101100 111000 11010

Color Harmonies of #66521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66521D

Black with #66521D

Text Example


Text Example

White with #66521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66521D; }

 p { color: rgb(102,82,29); }

 H1.HeaderClassName
 {
   color: #66521D;
 }
 .AnyTagClassName
 {
   color: #66521D;
 }
</style>

background-color css

<style>
 a { background-color: #66521D; }

 a { background-color: rgb(102,82,29); }

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

border-color css

<style>
 span { border-color: #66521D; }

 span { border-color: rgb(102,82,29); }

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