Html Css Color HEX #65501C Bronze Olive

📋 copy color: '#65501C'

red 101 ◦ green 80 ◦ blue 28

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

Shades of Bronze Olive #65501C

Tints of Bronze Olive #65501C

RGB

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

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

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

R = 48.33%
G = 38.28%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#65501C (or 0x65501C) is known color: Bronze Olive. HEX triplet: 65, 50 and 1C. RGB value is (101,80,28). Sum of RGB (Red+Green+Blue) = 101+80+28=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #65501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65501C is #9AAFE3. Grayscale: #505050. Windows color (decimal): -10137572 or 1855589. OLE color: 1855589.

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

Color convert

RGB 101 80 28 -
CMYK 0 0.21 0.72 0.60
HSL 42.74º 0.57% 0.25% -
HSV(B) 42.74º 0.72% 0.4% -
XYZ 8.45 8.59 2.31 -
YUV 80.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 101 80 28 0 0.21 0.72 0.60 42.74 0.57 0.25
Hex 65 50 1C 0 15 48 3C 2B 39 19
Octal 145 120 34 0 25 110 74 53 71 31
Binary 1100101 1010000 11100 0 10101 1001000 111100 101011 111001 11001

Color Harmonies of #65501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65501C

Black with #65501C

Text Example


Text Example

White with #65501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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