Html Css Color HEX #665315 Bronze Olive

📋 copy color: '#665315'

red 102 ◦ green 83 ◦ blue 21

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

Shades of Bronze Olive #665315

Tints of Bronze Olive #665315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

 BLUE value IS 21 (8.59% from 255) = 10.19%

R = 49.51%
G = 40.29%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#665315 (or 0x665315) is known color: Bronze Olive. HEX triplet: 66, 53 and 15. RGB value is (102,83,21). Sum of RGB (Red+Green+Blue) = 102+83+21=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #665315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665315 is #99ACEA. Grayscale: #515151. Windows color (decimal): -10071275 or 1397606. OLE color: 1397606.

HSL color Cylindrical-coordinate representation of color #665315: hue angle of 45.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #665315 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 83 21 -
CMYK 0 0.19 0.79 0.6
HSL 45.93º 0.66% 0.24% -
HSV(B) 45.93º 0.79% 0.4% -
XYZ 8.71 9.07 2 -
YUV 81.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 102 83 21 0 0.19 0.79 0.6 45.93 0.66 0.24
Hex 66 53 15 0 13 4F 3C 2E 42 18
Octal 146 123 25 0 23 117 74 56 102 30
Binary 1100110 1010011 10101 0 10011 1001111 111100 101110 1000010 11000

Color Harmonies of #665315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665315

Black with #665315

Text Example


Text Example

White with #665315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665315; }

 p { color: rgb(102,83,21); }

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

background-color css

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

 a { background-color: rgb(102,83,21); }

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

border-color css

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

 span { border-color: rgb(102,83,21); }

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