Html Css Color HEX #655020 Bronze Olive

📋 copy color: '#655020'

red 101 ◦ green 80 ◦ blue 32

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

Shades of Bronze Olive #655020

Tints of Bronze Olive #655020

RGB

 RED value IS 101 (39.84% from 255) = 47.42%

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

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 47.42%
G = 37.56%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#655020 (or 0x655020) is known color: Bronze Olive. HEX triplet: 65, 50 and 20. RGB value is (101,80,32). Sum of RGB (Red+Green+Blue) = 101+80+32=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #655020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655020 is #9AAFDF. Grayscale: #515151. Windows color (decimal): -10137568 or 2117733. OLE color: 2117733.

HSL color Cylindrical-coordinate representation of color #655020: hue angle of 41.74º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #655020 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 80 32 -
CMYK 0 0.21 0.68 0.60
HSL 41.74º 0.52% 0.26% -
HSV(B) 41.74º 0.68% 0.4% -
XYZ 8.5 8.61 2.58 -
YUV 80.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 101 80 32 0 0.21 0.68 0.60 41.74 0.52 0.26
Hex 65 50 20 0 15 44 3C 2A 34 1A
Octal 145 120 40 0 25 104 74 52 64 32
Binary 1100101 1010000 100000 0 10101 1000100 111100 101010 110100 11010

Color Harmonies of #655020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655020

Black with #655020

Text Example


Text Example

White with #655020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655020; }

 p { color: rgb(101,80,32); }

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

background-color css

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

 a { background-color: rgb(101,80,32); }

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

border-color css

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

 span { border-color: rgb(101,80,32); }

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