Html Css Color HEX #66501D Bronze Olive

📋 copy color: '#66501D'

red 102 ◦ green 80 ◦ blue 29

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

Shades of Bronze Olive #66501D

Tints of Bronze Olive #66501D

RGB

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

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

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

R = 48.34%
G = 37.91%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66501D (or 0x66501D) is known color: Bronze Olive. HEX triplet: 66, 50 and 1D. RGB value is (102,80,29). Sum of RGB (Red+Green+Blue) = 102+80+29=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66501D is #99AFE2. Grayscale: #505050. Windows color (decimal): -10072035 or 1921126. OLE color: 1921126.

HSL color Cylindrical-coordinate representation of color #66501D: hue angle of 41.92º 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 #66501D is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 29 -
CMYK 0 0.22 0.72 0.6
HSL 41.92º 0.56% 0.26% -
HSV(B) 41.92º 0.72% 0.4% -
XYZ 8.57 8.65 2.38 -
YUV 80.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 102 80 29 0 0.22 0.72 0.6 41.92 0.56 0.26
Hex 66 50 1D 0 16 48 3C 2A 38 1A
Octal 146 120 35 0 26 110 74 52 70 32
Binary 1100110 1010000 11101 0 10110 1001000 111100 101010 111000 11010

Color Harmonies of #66501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66501D

Black with #66501D

Text Example


Text Example

White with #66501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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