Html Css Color HEX #66501C Bronze Olive

📋 copy color: '#66501C'

red 102 ◦ green 80 ◦ blue 28

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

Shades of Bronze Olive #66501C

Tints of Bronze Olive #66501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 48.57%
G = 38.1%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66501C (or 0x66501C) is known color: Bronze Olive. HEX triplet: 66, 50 and 1C. RGB value is (102,80,28). Sum of RGB (Red+Green+Blue) = 102+80+28=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66501C is #99AFE3. Grayscale: #505050. Windows color (decimal): -10072036 or 1855590. OLE color: 1855590.

HSL color Cylindrical-coordinate representation of color #66501C: hue angle of 42.16º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66501C is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 28 -
CMYK 0 0.22 0.73 0.6
HSL 42.16º 0.57% 0.25% -
HSV(B) 42.16º 0.73% 0.4% -
XYZ 8.56 8.65 2.32 -
YUV 80.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 102 80 28 0 0.22 0.73 0.6 42.16 0.57 0.25
Hex 66 50 1C 0 16 49 3C 2A 39 19
Octal 146 120 34 0 26 111 74 52 71 31
Binary 1100110 1010000 11100 0 10110 1001001 111100 101010 111001 11001

Color Harmonies of #66501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66501C

Black with #66501C

Text Example


Text Example

White with #66501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66501C; }

 p { color: rgb(102,80,28); }

 H1.HeaderClassName
 {
   color: #66501C;
 }
 .AnyTagClassName
 {
   color: #66501C;
 }
</style>

background-color css

<style>
 a { background-color: #66501C; }

 a { background-color: rgb(102,80,28); }

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

border-color css

<style>
 span { border-color: #66501C; }

 span { border-color: rgb(102,80,28); }

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