Html Css Color HEX #66521B Bronze Olive

📋 copy color: '#66521B'

red 102 ◦ green 82 ◦ blue 27

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

Shades of Bronze Olive #66521B

Tints of Bronze Olive #66521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 48.34%
G = 38.86%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#66521B (or 0x66521B) is known color: Bronze Olive. HEX triplet: 66, 52 and 1B. RGB value is (102,82,27). Sum of RGB (Red+Green+Blue) = 102+82+27=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66521B is #99ADE4. Grayscale: #515151. Windows color (decimal): -10071525 or 1790566. OLE color: 1790566.

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

Color convert

RGB 102 82 27 -
CMYK 0 0.20 0.74 0.6
HSL 44º 0.58% 0.25% -
HSV(B) 44º 0.74% 0.4% -
XYZ 8.69 8.94 2.3 -
YUV 81.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 102 82 27 0 0.20 0.74 0.6 44 0.58 0.25
Hex 66 52 1B 0 14 4A 3C 2C 3A 19
Octal 146 122 33 0 24 112 74 54 72 31
Binary 1100110 1010010 11011 0 10100 1001010 111100 101100 111010 11001

Color Harmonies of #66521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66521B

Black with #66521B

Text Example


Text Example

White with #66521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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